-
sdk编写的,网络侦听
sdk编写的,网络侦听-sdk prepared, network listening
- 2022-03-20 01:52:11下载
- 积分:1
-
我测试过了,数据包多时,效果不好,可以挂协议分析
我测试过了,数据包多时,效果不好,可以挂协议分析-I ve tested, and data packets for some time, the effect of poor, can be linked to protocol analysis
- 2022-05-25 22:49:11下载
- 积分:1
-
一个vc做的数锯包监视程序,值得学习
vc6 vc7可编译通过的完整代码!...
一个vc做的数锯包监视程序,值得学习
vc6 vc7可编译通过的完整代码!-vc do a few packets saw surveillance procedures, it is worth learning vc6 vc7 can compile a complete code!
- 2023-02-22 09:05:04下载
- 积分:1
-
cc2431无线芯片的抓包工具,可以通过usb口连接单片机,然后显示MAC层的包的详细内容
cc2431无线芯片的抓包工具,可以通过usb口连接单片机,然后显示MAC层的包的详细内容-cc2431 radio chip capture tool, you can connect through the usb port single-chip, and then show the MAC Layer packet details
- 2022-10-25 14:40:03下载
- 积分:1
-
CAN网络与IP网络通信
void Task_Server(void *pdata) { SOCKET* s; int ei; //存放返回值的变量 int RecvCnt=0; //接收数据个数 uint8 RecvBuff[200]; //接收缓冲区 uint8 RecvBuffP=0; uint8 CanSUCCESS=0; struct sockaddr serveraddr,clientaddr; //sockaddr 结构体由协议栈类型、IP和端口组成 uint32 regaddrBYTE; serveraddr.sin_family = 0; //协议栈类型 serveraddr.sin_addr[0] = MCU_IP[0]; //四位IP地址 serveraddr.sin_addr[1] = MCU_IP[1]; serveraddr.sin_addr[2] = MCU_IP[2]; serveraddr.sin_addr[3] = MCU_IP[3]; serveraddr.sin_port = 4000; //服务器本地端口 s = socket(AF_INET,SOCK_STREAM,TCP_
- 2022-06-02 01:16:17下载
- 积分:1
-
包含接口的UDP数据包发送程序,他将继续发送UDP P.
这是一个含有界面的udp包发送程序,他能不断的发送udp包。-containing interface udp packets sent procedures, he will continue to send udp packets.
- 2022-02-22 07:14:32下载
- 积分:1
-
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作...
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作-The client from the terminal to accept the keyboard data and the data sent to the server
Server to the client to send the data over the implementation and the results sent to the client
Client and server data transmission to increase the data header, for packaging operations
- 2022-02-15 07:37:12下载
- 积分:1
-
Proteus7最新元件库及仿真实例 (解压.rarProteus7最新元件库及仿真实例(解压.rar...
Proteus7最新元件库及仿真实例 (解压.rarProteus7最新元件库及仿真实例(解压.rar-Proteus7 the latest example of libraries and simulation (decompression. RarProteus7 the latest example of libraries and simulation (decompression. Rar
- 2022-10-21 22:50:03下载
- 积分:1
-
Visual Studio .NET,可以获得主机网卡的基本
Visual studio.net,可以获得主机网卡的基本信息,MAX地址,IP地址,网关.-Visual studio.net, may obtain the main engine net card the basic
information, the MAX address, the IP address, the gateway
- 2023-02-21 15:50:04下载
- 积分:1
-
模拟FBI的“嘉年华”程序的源码,监听网络包的程序。用到wpcapsrc...
模拟FBI的“嘉年华”程序的源码,监听网络包的程序。用到wpcapsrc- Simulates FBI "the fine time passage" the procedure source
code, a monitor network package of procedure. With wpcapsrc
- 2022-03-15 22:53:36下载
- 积分:1