-
网络流量监控系统,用vc++语言开发,界面美观大方。
网络流量监控系统,用vc++语言开发,界面美观大方。-Network traffic monitoring system, using vc++ Language development, elegant interface.
- 2022-01-25 17:30:56下载
- 积分: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
-
捕获通过网卡的数据包,并保存数据包到指定文件。
捕获通过网卡的数据包,并保存数据包到指定文件。-Capture packets through the network card and the preservation of data packets to the specified file.
- 2022-07-03 12:10:40下载
- 积分:1
-
PPPOE驱动源码
PPPOE驱动源码-PPPOE driver source
- 2023-08-17 17:35:04下载
- 积分: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
-
用写的,对原来的网卡套接字进行了抓捕,在包中捕获数据包,在…
用VC写的以原始套接字进行网卡的捕包,捕包以单独工作线程进行.-VC write to the original card socket for the arrest packet capturing packets in a separate thread for work.
- 2022-01-25 21:34:23下载
- 积分:1
-
通过系统调用查看局域网内的计算机,获得局域网内的存活主机...
通过系统调用查看局域网内的计算机,获得局域网内的存活主机-View system calls through the computer LAN, LAN access to the survival of the mainframe
- 2023-08-23 08:00:03下载
- 积分:1
-
输出netflow的小工具,可以用于netflow分析的测试
输出netflow的小工具,可以用于netflow分析的测试-NetFlow output of small tools, can be used for NetFlow analysis test
- 2022-01-25 17:15:56下载
- 积分:1
-
是利用vc和winpcaP实现的,实现了网络阻断的功能。
是利用vc和winpcaP实现的,实现了网络阻断的功能。-Are using Winpcap vc and implementation, and implementation of network blocking function.
- 2022-07-22 01:16:12下载
- 积分: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