-
VC++编程实现网络嗅探器 sniffer 的源代码
VC++编程实现网络嗅探器 sniffer 的源代码-VC Programming Network Sniffer sniffers source code
- 2022-02-10 17:12:10下载
- 积分: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
-
能够抓获到达本机网卡的所有报文,并对其进行了初步的协议分析。...
能够抓获到达本机网卡的所有报文,并对其进行了初步的协议分析。-Be able to capture all the cards to reach the native packet, and its agreement to conduct a preliminary analysis.
- 2022-02-26 04:52:00下载
- 积分:1
-
windows下的,一个网络嗅探器的源码,有一定的借鉴价值,可以构写自己的嗅探器了...
windows下的,一个网络嗅探器的源码,有一定的借鉴价值,可以构写自己的嗅探器了-under the windows, a network sniffer the source code for a certain reference value can write their own structure with a sniffer
- 2022-03-24 19:55:23下载
- 积分:1
-
用Java实现对IP/TCP协议数据包的拦截和分析,得出IP的详细信息。大三网络课程设计成果。...
用Java实现对IP/TCP协议数据包的拦截和分析,得出IP的详细信息。大三网络课程设计成果。-Using Java to realize IP/TCP protocol packet interception and analysis of IP for more information. Junior network the results of curriculum design.
- 2023-03-21 15:15:05下载
- 积分:1
-
Ethernet帧的封装与解析
帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。...
Ethernet帧的封装与解析
帧的封装:用户输入任意一段信息,以回车作为结束。然后程序将这段信息作为帧的数据字段封装到数据帧中。并相应填充帧的其他字段。
帧的解析:从用户输入的文件中读取帧,并对其进行解析。通过重新计算CRC-8校验和,判断该帧是否会被接受。最终在终端输出帧的相关信息。
-Ethernet Frame
CRC-8
- 2022-01-22 10:59:09下载
- 积分:1
-
是一个网页变化的动态监视程序. 确定一个网页地址,输入特定的判断字符,动态监视这个网页,观察特定的值是否变化.如果变化,说明网也更新. 可以做到抢沙发的作用....
是一个网页变化的动态监视程序. 确定一个网页地址,输入特定的判断字符,动态监视这个网页,观察特定的值是否变化.如果变化,说明网也更新. 可以做到抢沙发的作用.-Is a web page to monitor the dynamic changes in the procedure. To identify a web page address, the judge enter a specific character, and dynamic monitoring of the website to observe whether changes in specific values. If you change that network will also be updated. Be able to grab the role of the sofa.
- 2022-04-07 00:46:13下载
- 积分: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
-
通过系统调用查看局域网内的计算机,获得局域网内的存活主机...
通过系统调用查看局域网内的计算机,获得局域网内的存活主机-View system calls through the computer LAN, LAN access to the survival of the mainframe
- 2023-08-23 08:00:03下载
- 积分:1
-
从网站上读取html文件,并显示,对于网络变成有一定作用
从网站上读取html文件,并显示,对于网络变成有一定作用-read from the Web site html documents, and shows that the network has become a role
- 2023-07-31 16:20:03下载
- 积分:1