搜索资源列表
packet_cap
- 该程序捕获所有的数据包,并分析以太网头部、IP头部和TCP头部。-capture all of the procedures of data packets, and analyze Ethernet head, the head of IP and TCP head.
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
Packet_Listener
- 基于 Raw Socket 的 数据包捕获程序。支持 TCP/UDP/ICMP,支持端口及IP 过滤。-Raw Socket-based packet data capture process. Supports TCP / UDP / ICMP, IP and port support filtering.
Capture_IP
- 捕获IP数据包的小程序,可以监视数据包的来源和目的等信息-capture IP data packets small procedures, data packets can monitor the origin and purpose of information
Capture_Analyse
- 非常容易看懂的数据包捕获和分析程序,让网络不再神秘!-very easy to understand the data packet capture and analysis procedures for the network is not mysterious!
MySniffer(Simple)
- 开发环境:Visual C++ .net2003 功能:用来捕获网络上的数据包。程序比较小,可做学习参考用。
xpassthru
- 给予NDIS的网络数据包捕获分析程序,程序虽然长但是结构十分清晰,对于驱动程序的初学者很有帮助,此源文件是对微软DDK自带的passthru程序的完善个部分修改
netsafe1111--3
- 《网络安全开发包详解》 第3章 网络数据包捕获开发包Libpcap 3.1 Libpcap概述 3.1.1 Libpcap简介 3.1.2 Libpcap的作用 3.1.3 Libpcap的安装 3.2 Libpcap的组成 3.2.1 BPF捕获机制 3.2.2 过滤规则 3.2.3 网卡设置 3.2.4 文件 3.3 Libpcap数据结构 3.3.1 pcap 3.3.2 pcapjne_header 3.3
ipMon_zw_2K
- visual C++编写的实现的捕获数据包的程序
bubao
- 捕获局域网中的数据包 小程序 vc6.0下运行通过
PacketCapture
- 用Visual C++在Window下进行数据包捕获与分析的程序.
e1000
- e1000网卡载linux下实现高速数据包捕获的驱动程序
CAP_Test
- 可以捕获网卡IP数据包的程序,可以过滤,筛选源IP或目的IP,或按端口筛选,可以有针对性的捕获特定IP或端口的数据。
TrafficWatcher
- 利用WipCap捕获网络数据包并分析数据包,含源代码和工程文件,学习网络数据包捕获分析以及WinPcap的好程序-use WipCap network packet capture and analysis of data packets containing the source code and engineering documents, learning network packet capture and analysis of the program WinPcap
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两个步骤其实是为了让程序能够利
Libpcap_fenxi
- 数据包截获与分析是网路管理中的基本技术,本文深入研究了国外优秀的数据包捕获函数库 Libpcap。介绍了用于用户层数据包截获的系统独立的api接口Libpcap库,给出了利用BPF和Libpcap设计基于包 捕获的应用程序的应用框架。 -Packet interception and analysis is the basic network management technology, this in-depth study of foreign outstanding packe
libcap
- 熟悉并掌握Linux环境下数据包捕获开发包Libcap的使用方法。能够熟练应用Libcap开发包中的函数完成网络环境下功能较为简单的网络捕获包和分析程序。通过实验加深对通信协议的理解,熟悉每个Libcap包中函数的功能以及调用方法。-Familiar with and master the packet capture under Linux Development Kit Libcap is used. Experience with the development package Libca
PacketCapture
- (1)IP包流量分析 (2)RAW Socket和wincap实现IP数据包的捕获 (3)设计一个解析IP数据包的程序-(1) IP packet flow analysis (2) RAW Socket and wincap implement IP packet capture (3) design a program to resolve an IP packet