-
对基本为例
A basic exemple on how-to use "Winsock2" with Visual-C++ 6 to sniff the network without Winpcap. Also you can see how is the implementation of "WSAIoctl()" with the SDK2003.
In this code, we analyse the TCP trame and show information about the ip header and contained data.-A basic exemple on how-to use "Winsock2" with Visual-C++ 6 to sniff the network without Winpcap. Also you can see how is the implementation of "WSAIoctl()" with the SDK2003.
In this code, we analyse the TCP trame and show information about the ip header and contained data.
- 2022-04-24 23:30:43下载
- 积分:1
-
网络监听程序,基于创建原始套接字,修改I/0选项实现的一个IP包捕获的应用程序
网络监听程序,基于创建原始套接字,修改I/0选项实现的一个IP包捕获的应用程序-network monitoring procedures, based on the creation of the original socket, revised I/0 option of achieving an IP packet capture applications
- 2023-03-07 19:30:03下载
- 积分:1
-
扩展后的新的PassThru网络过滤驱动程序源码!搞网络安全的技术人员难得好资料。...
扩展后的新的PassThru网络过滤驱动程序源码!搞网络安全的技术人员难得好资料。-The expanded network passthru new source filter driver! Engage in network security and technical personnel information on a rare good.
- 2022-01-26 05:55:22下载
- 积分:1
-
IP layer and the data transceiver, I listed here in a few key parts.
一位网友问及IP层数据收发的方法,我在这里列出关键的几个部分。-IP layer and the data transceiver, I listed here in a few key parts.
- 2023-04-04 13:00:04下载
- 积分: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
-
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TT...
Tracert程序
Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP 数据报访问目标所采取的路径。Tracert 命令用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由。
本程序利用RAW Socket实现Tracert程序。Tracert程序在具体实现时,是令其向目的主机发送一个ICMP回显请求消息,并重复递增IP头部TTL字段的值。刚开始的时候TTL等于1,这样当数据报抵达途中的第一个路由器时,TTL值就被减为0,导致发生超时错误,因为该路由器生成一份ICMP差错报文返回给源主机。随后,主机将数据报的TTL值递增1,以便IP报文能到达下一个路由器,并由下一路由器生成ICMP超时差错报文返回给源主机。不断重复这个过程,直到数据报达到最终的目的主机,此时目的主机将返回ICMP回显应答消息。这样,源主机只需对返回的每一份ICMP报文进行解析处理,就可以掌握数据报从源主机到达目的主机途中所经过的路由器信息。
本程序为控制台程序-Tracert using WinSocket
- 2023-05-23 15:50:04下载
- 积分:1
-
该程序实现了把一个程序的通讯端口映射为其它端口,支择TCP,UDP端口映射...
该程序实现了把一个程序的通讯端口映射为其它端口,支择TCP,UDP端口映射-The program implements a program to the communications port mapping for other ports, supporting optional TCP, UDP port mapping
- 2022-11-30 12:45: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
-
很好的例子
iphlpapi的一个很好的例子-iphlpapi a good example
- 2022-03-25 11:16:12下载
- 积分:1
-
远程监控程序客户端
远程监控程序客户端- Long-distance monitor routine customer end
- 2022-04-25 05:34:41下载
- 积分:1