-
获取110端口和80端口用户名和口令
获取110端口和80端口用户名和口令-Access to 110 ports and 80-port user name and password
- 2023-06-27 11:15: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
-
一个抓包程序的思路,喜欢的朋友可以下,WINPCAP
一个抓包程序的思路,喜欢的朋友可以下,WINPCAP-packet capture
- 2023-02-14 04:05:03下载
- 积分:1
-
捕获IP数据包的小程序,可以监视数据包的来源和目的等信息
捕获IP数据包的小程序,可以监视数据包的来源和目的等信息-capture IP data packets small procedures, data packets can monitor the origin and purpose of information
- 2022-03-15 19:27:48下载
- 积分:1
-
voip检测程序,能够在windows or linux运行
voip检测程序,能够在windows or linux运行-This is a voip detecting program,ti can run in windows or linux.
- 2022-01-20 23:23:28下载
- 积分:1
-
网络数据包的捕获与分析,用于维护网络安全的软件
网络数据包的捕获与分析,用于维护网络安全的软件-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
-
这是一个用VC编写的查看IP包的程序,可以看到关于主机收发IP的信息....
这是一个用VC编写的查看IP包的程序,可以看到关于主机收发IP的信息.-This is a VC View prepared by the IP packet procedures, we can see on the host transceiver IP information.
- 2023-07-25 08:10:03下载
- 积分:1
-
windows 2000下的Sniffer源代码
windows 2000下的Sniffer源代码-windows 2,000 Sniffer source code
- 2023-05-23 20:35:03下载
- 积分:1
-
一个非常简单的基于MFC单文档结构的LAN包信息监视器,仅仅 实现了非常简单的功能,留待大家进一步扩展。该应用基于NT/2000/xp下的NDIS Packet...
一个非常简单的基于MFC单文档结构的LAN包信息监视器,仅仅 实现了非常简单的功能,留待大家进一步扩展。该应用基于NT/2000/xp下的NDIS Packet Driver,所以你在运行它之前必须添加该包驱动程序-a very simple MFC single document based on the structure of the LAN packet information monitors, only achieved a very simple function, we leave it to further expand. The application based on the NDIS NT/2000/xp Packet Driver, so you run it must be added before the packet drivers
- 2022-07-09 17:33:27下载
- 积分: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