-
网络安全sniff 诱探源码
网络安全sniff 诱探源码 -network security source sniff lured Exploration
- 2022-01-26 04:14:44下载
- 积分:1
-
分析ethereal抓取网络数据包,分析ethereal抓取网络数据包。
分析ethereal抓取网络数据包,分析ethereal抓取网络数据包。-Analysis of ethereal crawl network packets, analyzing network packets ethereal crawl.
- 2023-08-03 05:00:02下载
- 积分: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
-
网络流量监控系统,用vc++语言开发,界面美观大方。
网络流量监控系统,用vc++语言开发,界面美观大方。-Network traffic monitoring system, using vc++ Language development, elegant interface.
- 2022-01-25 17:30:56下载
- 积分:1
-
Ethernet帧的封装与解析
帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。...
Ethernet帧的封装与解析
帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。
帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。
-Ethernet Frame
CRC-8
- 2022-01-22 10:59:09下载
- 积分: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
-
一个在Linux平台上执行的程序,用来抓取特定网站上指定类型的文件...
一个在Linux平台上执行的程序,用来抓取特定网站上指定类型的文件-a Linux implementation of the procedures used to capture specific web sites designated types of documents
- 2023-08-30 05:35:03下载
- 积分: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
-
sniffer使用的一些心得和记录的一些笔记
sniffer使用的一些心得和记录的一些笔记-the use of sniffer some ideas and some notes record
- 2022-02-07 14:08:24下载
- 积分:1
-
A network monitoring the source code, vb languages, very good, to share to every...
一个网络监控的源代码,vb语言编写,非常好,共享给大家-A network monitoring the source code, vb languages, very good, to share to everyone
- 2022-10-04 09:35:03下载
- 积分:1