搜索资源列表
SecTDIFilter.rar
- 一个用来监控网络传输数据的TDI过滤驱动程序。 只是一个简单的打印数据内容的框架。,One used to monitor network traffic data in TDI filter driver. Is just a simple framework for the content of print data.
passthru
- 一个可以过滤数据包的程序代码,并且还提供了中毒时关闭系统的功能-One can filter packets of code, and also provides the function of shutting down the system poisoning ~
catch
- 捕获IP数据包的小程序,仅供参考!一个很好的IP包捕获程序,可以在包内看到详细的IP包内容,并且设置了过滤规则-IP packet capture small procedures, for reference purposes only! A good IP packet capture program, you can see in the package in detail the contents of the IP packet, and set up filtering rules
IPCapture
- 本应用程序采用MFC界面,用于捕获和分析IP报文,并可选择过滤协议,小巧实用。-This application uses MFC interface for capturing and analyzing IP packets and can choose to filter the agreement, small and practical.
Protocolanalysisogasprocess
- 协议分析气程序:包含了一下功能,数据采集,解析Ethernet网数据帧头部的全部信息,实现基于MAC地址和帧头部类型字段的数据包过滤,解析IP数据包的头部信息,实现基于IP地址和IP有协议的数据过滤,对ICMP解析,解析TCP/UCP头部信息,实现端口数据包过滤,实现应用层HTTP协议头部分析-Protocol analysis gas program: includes what functions, data acquisition, Ethernet network data frame
GetMas-Sources
- IP包过滤的程序,将IP包信息存于日志文件,感兴趣的朋友们看看。-IP packet filtering process, the IP packets of information stored in log files, and interested friends to see.
lzy1238721
- 开发出一个Windows平台上的Sniffer工具,能显示所捕获的数据包并能做相应的分析和统计。主要内容如下: 列出监测主机的所有网卡,选择一个网卡,设置为混杂模式进行监听。 捕获所有流经网卡的数据包,并利用WinPcap函数库设置过滤规则。 分析捕获到的数据包的包头和数据,按照各种协议的格式进行格式化显示。 将所开发工具的捕获和分析结果与常用的Sniffer进行比较,完善程序代码。 -Based
winpcap.cpp
- WinPcap是用于网络封包抓取的一套工具,可适用于32位的操作平台上解析网络封包,包含了核心的封包过滤,一个底层动态链接库,和一个高层系统函数库,及可用来直接存取封包的应用程序界面。 -WinPcap is a set of tools for network packet capture, be applied to resolve the 32-bit operating platform network packet that contains the core packet filt
network-data-capture-tool
- 本软件是基于WinPcap4.1.2的MFC抓包程序,可以对选定的网卡的数据进行捕获,之后可以分析捕获的数据包包括源和目的ip地址等信息,并且可以导出这些信息特点是可以对所截获的数据包进行语法协议过滤分析。-This software is based a WinPcap4.1.2 MFC capture program to capture card data selected after analysis of captured packets, including source and d
64bit_jpcap
- JPCAP是一个开源库从Java应用程序的网络数据包捕获并发送。它提供的设施: 捕获原始数据包从电线。 脱机文件保存捕获的数据包,读取捕获的数据包从一个脱机文件。 自动识别数据包类型,并生成相应的Java对象(用于以太网的IPv4,IPv6中,ARP / RARP,TCP,UDP和ICMPv4报文)。 根据用户指定的规则过滤数据包调度给应用程序之前。 原始数据包发送到网络 Jpcap是基于 libpcap的/ WinPcap的在C和Java实现。JPCAP已通过测试微软
HookNdis-master-src
- (InterMediateProtocolDrivers)中间驱动程序,向上提供小端口(Minport)函数集,向下提供协议(protocol)函数集。源代码中有两种实现方式,HOOK NDIS函数 和 新加载 NDIS驱动。可以实现对网络数据包的分析和过滤。-(InterMediateProtocolDrivers) intermediate driver offers up small port (Minport) function set, provides protocol down (
winpcap1
- winpcap抓包程序工程代码,可过滤UDP,VC++6.0-winpcap catch packet project
packetdump
- 基于Winpcap的抓包分析模板代码,可以在此基础上修改本模板开发基于winpcap的过滤程序。-Winpcap based packet capture analysis template code, you can modify this template to develop on this basis winpcap based filtering program.