-
tcp包监视分析源码tcpmon
tcp包监视分析源码tcpmon-1.0-src.zip-tcp packet analysis and monitoring source tcpmon-1.0-src.zip
- 2023-06-07 03:25:03下载
- 积分:1
-
EnetstatX_src
专门网络编程源代码
EnetstatX_src
专门网络编程源代码-EnetstatX_src specialized network programming source code
- 2022-07-19 10:18: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数据包,并发送给目的主机。
程序具体要求如下:
1) 以命令行形式运行:SendTCP、source_ip、source_p...
本设计的功能是填充一个TCP数据包,并发送给目的主机。
程序具体要求如下:
1) 以命令行形式运行:SendTCP、source_ip、source_port、dest_ip、dest_port,其中SendTCP是程序名,source_ip为源端IP地址,source_port为源端口号,dest_ip为目的地址,dest_port为目的端口号;
2) 其他的TCP头部参数请自行设定;
3) 数据字段为“This is my homework of network ,I am happy !”
4) 成功发送后在屏幕上输出“Send OK” 。
-The design features are filled with a TCP packet, and send the purpose of the host. Program specific requirements are as follows: 1) to form the command line run: SendTCP, source_ip, source_port, dest_ip, dest_port, which are SendTCP program name, source_ip client IP address as the source, source_port as the source port number, dest_ip for the purpose of the address, dest_port for the purpose of port number 2) the head of other TCP parameters at your own settings 3) data fields for the This is my homework of network, I am happy! 4) successfully sent the output on the screen after the Send OK .
- 2023-01-12 02:10:04下载
- 积分:1
-
网络抓包程序
一个比较好用的网络抓包程序
用C语言编写的...
网络抓包程序
一个比较好用的网络抓包程序
用C语言编写的-Network capture program a more useful network capture program with C language
- 2022-07-13 01:26:29下载
- 积分:1
-
数据包嗅探器项目
数据包嗅探器项目是一个网络实用程序软件,可以用来跟踪数据包。在 java 中为学生制定最新的联网项目。此软件可以跟踪网络数据包嗅探器,嗅一只狗像更多。下载完整的源代码 java 中可用。
- 2022-03-30 22:23:15下载
- 积分:1
-
智能网络存储方案,希望对网络存储学习者能有一定启示
智能网络存储方案,希望对网络存储学习者能有一定启示-intelligent network storage solutions, and I hope to network storage learners can have a certain amount Inspiration
- 2022-01-30 21:47:51下载
- 积分: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
-
长
远程监控程序服务器端- Long-distance monitor routine server end
- 2022-03-10 16:04:57下载
- 积分:1
-
C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。...
C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。-C language of the Linux capturing Packet tools, full functions, support for multiple protocols, such as icmp arp udp tcp so. Libpcap need support.
- 2022-03-05 10:34:44下载
- 积分:1