-
Generate ARAP packet in C
Generate ARAP packet in C
- 2022-11-11 21:00: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
-
LAN monitoring procedures, monitoring the network is a good example
网卡监听程序,是网络监听的一个很好的实例-LAN monitoring procedures, monitoring the network is a good example
- 2022-07-21 20:08:24下载
- 积分:1
-
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作...
客户端从终端接受键盘数据并把数据发送至服务端
服务端把客户端发送过来的数据执行并把结果发送至客户端
客户端和服务端数据发送增加数据包头,进行打包操作-The client from the terminal to accept the keyboard data and the data sent to the server
Server to the client to send the data over the implementation and the results sent to the client
Client and server data transmission to increase the data header, for packaging operations
- 2022-02-15 07:37:12下载
- 积分:1
-
一个完整的抓包及分析程序,对于掌握sniffer技术以及数据包结构的程序开发都非常有好处,文件好不好,请大家评论.这是有关书籍光盘里的源码:)...
一个完整的抓包及分析程序,对于掌握sniffer技术以及数据包结构的程序开发都非常有好处,文件好不好,请大家评论.这是有关书籍光盘里的源码:)-A complete capture and analysis procedures for the master packet sniffer technology and structure are very good developers, good documentation, please comment. This is the book CD-ROM source code :)
- 2023-07-26 11:55:04下载
- 积分:1
-
多线程采集C#源代码,网上下载,非本人原创
多线程采集C#源代码,网上下载,非本人原创-Multi-threaded collection C# Source code, Internet download, non-my original
- 2022-02-05 06:22:10下载
- 积分:1
-
网络抓包程序的引擎,还包含几个例子
网络抓包程序的引擎,还包含几个例子
- drivers Binaries of WinPcap s drivers and DLLs for Win95/98/ME, WinNT4 and Win2K. Useful to test the programs.
- examples Sample applications showing various uses of winpcap and packet.dll.
- lib rary files needed to create capture applications
- include include files needed to create capture applications
-procedures capturing Packet networks, it also contains several examples- drivers Binaries of WinPcap s drivers and DLLs for Win95/98/ME, quietly and Win2K. Useful to test the programs.- Sample applications examples showing various uses of of winpcap and packet.dll .- lib library files needed to create capture applications-include include files needed to create applications capture
- 2022-05-22 13:45:20下载
- 积分:1
-
一个Unix/Linux的反网络侦听的程序
一个Unix/Linux的反网络侦听的程序- A Unix/Linux counter- network intercepts procedure
- 2022-07-09 21:34:04下载
- 积分:1
-
network monitor 能够在windows or linux运行
network monitor 能够在windows or linux运行-This is a network monitor program,it can run in windows or linux.
- 2022-03-26 08:34:50下载
- 积分:1
-
网络数据包帧监听程序,
网络数据包帧听程序,大家不要用来干坏事啊。- The network data packet frame listens to the procedure,
everybody do not have to use for to do the misdemeanor.
- 2022-05-26 16:35:46下载
- 积分:1