搜索资源列表
lunwen
- 功能描述: 1. 能够捕获所有进出本主机的数据包完整显示数据包头信息和内容。 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP 2. 以十六进制显示报文每个字节内容(包括头和数据),指定某个字段时,使相应字节高 亮显示。如点击IP Source Address(解析树中IP源),则相应的四个字节高亮。 3. 可以设置过滤,指定IP地址,指定报文类型(TCP,UDP,ICMP,ARP,RARP),指定方 向(A地址-&g
daima
- client创建udp原始套接字,将数据存入buf中,进行网络的捕包,从中过滤识别出80端口的包,打印出五元组的信息。server端开启守护进程,接受前端发送的信息,并将其保存到文件中。-create udp raw socket client, the data stored in buf, make the network packet capture, filter identified 80 ports from which the package, print out the five
PF_PACKET
- PF PACKET包的socket编程,里面包含了包过滤功能的相关代码。代码中包含了已编译好的可执行文件,可以在linux环境中直接使用。-The PF PACKET package socket programming, which contains the relevant code for packet filtering. The code contains a pre-compiled executable file, can be used directly in the Linux