-
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
-
一个网络监听程序监听局域网内所有的网络数据包 能够分析数据包的内容...
一个网络监听程序监听局域网内所有的网络数据包 能够分析数据包的内容-a network monitoring procedures LAN monitoring all network data packets to analyze the contents of data packets
- 2022-05-14 05:27:40下载
- 积分:1
-
捕获并、分析数据包并显示其内容源程序程序
捕获并、分析数据包并显示其内容源程序程序-Capture and analyze packets and display the contents of the source code program
- 2022-01-31 18:41:33下载
- 积分:1
-
一种确定多目标无功规划补偿点的方法,具有实用性。
一种确定多目标无功规划补偿点的方法,具有实用性。-A goal to identify many points of reactive power compensation planning method is practical.
- 2022-07-02 11:33:01下载
- 积分:1
-
一个简单的TCP/IP协议分析程序,适合初学者学习。注:从网上收集的
一个简单的TCP/IP协议分析程序,适合初学者学习。注:从网上收集的-a simple TCP/IP protocol analysis procedures, suitable for beginners to learn. Note : The online collection
- 2022-07-24 17:21:26下载
- 积分:1
-
sniffer the local network
sniffer the local network
- 2022-01-21 23:33:02下载
- 积分:1
-
很好的例子
iphlpapi的一个很好的例子-iphlpapi a good example
- 2022-03-25 11:16:12下载
- 积分:1
-
一个很不不错的多线程网络爬虫程序。。。。
源码清晰,并且速度还不错...
一个很不不错的多线程网络爬虫程序。。。。
源码清晰,并且速度还不错-A very good procedures for multi-threaded network reptiles. . . . Clear source, and the speed was not bad
- 2023-08-08 08:35:03下载
- 积分:1
-
对基本为例
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
-
eavesdropping, the use of java development.
网络监听程序,使用java开发。-eavesdropping, the use of java development.
- 2022-09-20 11:30:02下载
- 积分:1