-
一个网络监听程序监听局域网内所有的网络数据包 能够分析数据包的内容...
一个网络监听程序监听局域网内所有的网络数据包 能够分析数据包的内容-a network monitoring procedures LAN monitoring all network data packets to analyze the contents of data packets
- 2022-05-14 05:27:40下载
- 积分:1
-
netusercomm兰多
netusercomm局域网多用户通信,从事多媒体网络开发人员-netusercomm LAN multi-user communications, multimedia network engaged in the development of staff
- 2022-05-12 18:13:49下载
- 积分:1
-
论文
论文-papers
- 2022-07-01 12:57:06下载
- 积分:1
-
使用packet32实现的raw socket的初始化、接收数据包、发送数据包、关闭等功能。...
使用packet32实现的raw socket的初始化、接收数据包、发送数据包、关闭等功能。-It has realised the Raw socket`s initialation, receiving, sending of data packets and closing functions in which packet32 is used.
- 2022-03-18 20:58:04下载
- 积分: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
-
ping use to winsock using programming.shixian le ping gongneng.
ping use to winsock using programming.shixian le ping gongneng.
- 2022-03-16 11:49:50下载
- 积分:1
-
对程序进行了速度调用上的优化,同时删除了所有的广告,大家可以自由增加自己的广告,也不用麻烦改版权信息,只需要把bottom.asp和Head.asp的版权信息改...
对程序进行了速度调用上的优化,同时删除了所有的广告,大家可以自由增加自己的广告,也不用麻烦改版权信息,只需要把bottom.asp和Head.asp的版权信息改成贵站的就可以了。-right procedures for the transfer speed of optimization, delete all the advertisements, we can add their own advertising, do not have to change copyright trouble information only and should bottom.asp Head.asp copyright information into the Guizhan on it.
- 2022-03-18 00:19:33下载
- 积分:1
-
Visual Studio .NET,可以获得主机网卡的基本
Visual studio.net,可以获得主机网卡的基本信息,MAX地址,IP地址,网关.-Visual studio.net, may obtain the main engine net card the basic
information, the MAX address, the IP address, the gateway
- 2023-02-21 15:50:04下载
- 积分:1
-
8 direction Astart pathfinding algorithm, changes in the original code base
8个方向的Astart寻路算法,在原来代码基础改动-8 direction Astart pathfinding algorithm, changes in the original code base
- 2022-08-16 10:59:16下载
- 积分:1
-
一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过...
一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则,可以按照规则得到自己想要的东西VC6.0下调试通过-a good IP packet capture procedures, the package can be seen in detail within the IP packet contents, and set up filtering rules, we can follow the rules of the things you want to debug through VC6.0
- 2022-10-25 22:00:03下载
- 积分:1