搜索资源列表
截获网络数据包
- 捕获网络包的例了,并进行了简单的分析,包括源IP,端口,目的IP,端口,内容-captured network packets cases, and a simple analysis, including the source IP, port, destination, port, as
libpcap-0.9.4.tar
- 这是一个网络捕获数据包的开放源码,来源于国外网站。可在windows、linux下运行。-This is a network packet capture of open source and comes from overseas sites. The windows, running under Linux.
packet_cap
- 该程序捕获所有的数据包,并分析以太网头部、IP头部和TCP头部。-capture all of the procedures of data packets, and analyze Ethernet head, the head of IP and TCP head.
C++实现网络嗅探器
- 网络嗅探器无论是在网络安全还是在黑客攻击方面均扮演了很重要的角色。通过使用网络嗅探器可以把网卡设置于混杂模式,并可实现对网络上传输的数据包的捕获与分析。-Sniffer network is the network security or hacker attacks are playing a very important role. Through the use of Sniffer network card can be installed in mixed mode, enabling
ip_looker
- IP数据包流量监控 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Include\"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如\"D:\\Program Files\\Microsoft Visual Studio\\VC98\\Lib\"。
starcraftonline
- 本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。-procedures for the use of the hook capture the interstellar IPX packet networks, import substitution function through the data conversion IPX
libpcap-0.7.2.tar
- libpcap包,分组捕获函数库,可用于截获网络数据包,-libpcap packet, packet capture library can be used to intercept data packet network,
Packet_Listener
- 基于 Raw Socket 的 数据包捕获程序。支持 TCP/UDP/ICMP,支持端口及IP 过滤。-Raw Socket-based packet data capture process. Supports TCP / UDP / ICMP, IP and port support filtering.
netview_mine
- 简单包捕获及解析软件 [运行平台] Windows 2000/xp + Packet.sys。 [功能概述] 捕获数据包; 数据包解码; 以友好的界面显示数据包信息; 文件存储加载; 捕获检测。 -simple packet capture and analysis software [platforms] Windows 2000/xp Packet . sys. [Functional overview] capture data packe
NetCap
- 本软件是一个在以太网内捕获数据包的监听软件,类似Sniffer。软件的功能包括: 1.开始监听,捕获局域网的IP数据包。 2.解包,将数据包的数据显示出来,并把协议类型、IP地址等重要信息显示在主界面框内。 3.过滤,通过源IP地址和目的IP地址对数据包进行过滤。
WpdPack4
- winpcap网络捕获数据包的工具包,欢迎大家多多交流。。。多多探讨
source
- Linux gcc 关于socket的讲解,主要是使用raw来捕获数据包的
netsafe1111--4
- 《网络安全开发包详解》 第4章 Windows网络数据包捕获开发包WinPcap 4.1 WinPcap介绍 4.2 WinPcap的组成 4.3 WinPcap数据结构 4.4 WinPcap函数 4.5 WinPcap开发包的使用 4.5.1 使用WinPcap的一般流程 4.5.2 捕获数据包 4.5.3 发送数据包 4.6 小结
ipMon_zw_2K
- visual C++编写的实现的捕获数据包的程序
AnalyzeETH_WinPcap.cpp
- 该程序通过利用WinPcap提供的捕获数据包函数,对网络中的数据包进行采集分析。
AnalyzeIPv4_WinPcap.cpp
- 该程序同样通过WinPcap提供的函数,获取网络适配器,利用函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)捕获数据包。
cp004
- Opening an adapter and capturing the packets 捕获数据包 需要安装winpcap vc++6.0 调试时 link到wpcap.lib wsock32.lib
linux_pcap
- 在Linux利用Libpcap实现的一个数据包捕获程序,能捕获TCP,UDP,ICMP等类型数据包。-Linux use in the realization of a Libpcap packet capture process can capture TCP, UDP, ICMP and other types of packets.
IPcontrol
- 这个程序利用Winpcap库来捕获IP数据包。在调试时注意: 1:务必将“Include”文件夹下的所有头文件拷贝到VC安装目录下的库文件夹中,如"D:\Program Files\Microsoft Visual Studio\VC98\Include"。 2:将“Lib”文件夹下面的所以库拷贝到VC安装目录下的Lib文件夹下,比如"D:\Program Files\Microsoft Visual Studio\VC98\Lib"。 以上1、2两个步骤其实是为了让程序能够利
q
- 捕获数据包,如TCP协议头部,IP协议头部,原端口,目的端口,序列号,应答号-Capture packets, such as the TCP protocol header, IP protocol header, the original port, destination port, serial number, response number ... ...