-
网络数据包的捕获与分析,用于维护网络安全的软件
网络数据包的捕获与分析,用于维护网络安全的软件-The stuff can be used in the capture and analysis of datagrams on the network.It s useful for the security mainteinance.
- 2023-01-22 15:35:03下载
- 积分:1
-
嗅探器用Delphi写的,很不错的哦!!!!!可闻网络数据
Delphi写的嗅探器,很不错哦!!!!!!能嗅探网络数据-Sniffer written in Delphi, it is good Oh! ! ! ! ! ! Can sniff network data
- 2022-04-07 10:53:23下载
- 积分: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
-
多线程采集C#源代码,网上下载,非本人原创
多线程采集C#源代码,网上下载,非本人原创-Multi-threaded collection C# Source code, Internet download, non-my original
- 2022-02-05 06:22:10下载
- 积分:1
-
The software will be good for the network traffic for a look and function very w...
该软件能很好的对网络的流量进行查看,功能很好,但是有些小问题在下没有能解决,希望各位大哥能给小弟好的建议-The software will be good for the network traffic for a look and function very well, but some minor problems can be resolved without the next, I hope the younger brother can give good advice
- 2022-08-18 21:45:18下载
- 积分:1
-
远程监控程序客户端
远程监控程序客户端- Long-distance monitor routine customer end
- 2022-04-25 05:34:41下载
- 积分:1
-
通讯中间件
VppCOM 是一个分布式数据通信中间件,吸收了高层体系结构 HLA 的公布订购思想,具有可重用性、可扩展性好的特点;VppCOM 通信中间件仅包含 6 个服务,使用简捷、方便,可广泛应用于陆海空天等不同软件系统间的互联和数据通信。在很多情况下,它可取代RTI 等软件来高效快捷地开发一个分布应用系统。
- 2023-03-15 03:25:03下载
- 积分:1
-
专门用来获取网络信息的包,支持IPV6
专门用来获取网络信息的包,支持IPV6-devoted to the access network information packets, support IPV6
- 2022-01-25 21:24:26下载
- 积分:1
-
C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。...
C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。-C language of the Linux capturing Packet tools, full functions, support for multiple protocols, such as icmp arp udp tcp so. Libpcap need support.
- 2022-03-05 10:34:44下载
- 积分:1
-
这个程序是Netstat的一个实现,可列举UDP/TCP联接信息。
这个程序是Netstat的一个实现,可列举UDP/TCP联接信息。-This program implements a subset of the Netstat program s functionality. Specifically, it enumerates and displays information about all UDP and TCP endpoints.
- 2022-04-25 05:17:35下载
- 积分:1