搜索资源列表
layered.zip
- 协议栈实现。可以实现数据包截获分析
ndispimdk.exe
- win98下的ndis驱动程序,可以做win98下的数据包过滤、分析
ldmsapp
- 数据包捕获,协议分析- Data packet capture, protocol analysis
数据包获取程序
- 获取数据包柄对其进行分析,分析数据包类型,及相关协议种类-access data packets handles its analysis and packet type, and the relevant agreements types
ip2K
- 下面就给出一个简单的示例,该示例可以捕获到所有经过本地网卡的数据包,并可从中分析出协议、IP源地址、IP目标地址、TCP源端口号、TCP目标端口号以及数据包长度等信息。-Now, given a simple example, the sample can catch all through local LAN data packets can be analyzed from the agreement, IP source address, IP destination address, s
snifferpackger
- 类似于sniffer,对网络数据包进行捕获,并进行分析。-similar to sniffers to conduct network packet capture and analysis.
CaptureDataGramInLan
- 捕获局域网中的所有数据包,并对数据包进行分析,如协议,版本,长度,目标地址等。-capture all the data in the packet, and packet data analysis, such as agreements, version, length, goals address.
netcap
- windows下网络包捕获源代码,可以捕获所有网络数据包,以便分析,谁对本机的攻击.-windows of network packet capture the source code, you can catch all network data packets to the analysis, Who of the plane attacks.
局域网网络数据包分析
- 捕获局域网内的数据包,并从中的到数据,和相关信息,没开线程,我vc初学,欢迎朋友对它改进,别忘发我一份fecon@tom.com,用winpcap捕获.先安装winpcap3.1,注意改一下opnion里的lib路径-capture the data packets to and from the data, and related information, not open threads, I vc beginners welcome friends to improve it, do no
MySniff
- 正常情况下 网络接口只相应两种数据帧,与自己mac地址相匹配的数据帧,向所有计算机的广播数据帧。 数据的收发是靠网卡来完成的,对于网卡来说一般有四种接收模式: 广播方式:该模式下网卡能接收网络中的广播信息 组播方式:该模式下网卡能接收网络中的组播数据 直接方式:该模式下,只有目的网卡才能接受数据 混杂方式:网卡能接受一切通过它的数据,而不管数据是否是传给它的。 该sniff工作原理 即是使网卡置于混杂模式下,捕获所有数据包,分析数据包。代码程序中有详细说明。 IpMo
网络数据包捕获
- 网络数据包捕获,把某一IP当作源IP,然后就可以对其进行分析 本文来源于虾客源码 http://www.xkxz.com
net
- 网络的程序用来分析数据包的原代码本人测试过可以实现
网络状态检测
- 网络状态检测程序,可以分析数据包内容,可以借鉴一下。-network performance testing procedures, analyze data packets, we can learn some lessons from.
网络监听分析
- 网络监听,可以查到包源及目的地址,可以分析数据包的内容-eavesdropping network can check packet source and destination addresses can analyze the contents of data packets
截获以太网数据,附源代码(NT_控制台程
- 截获以太网数据,拦截Windows下的网络数据包,并对数据包进行分析!-intercepted Ethernet data, intercepting Windows network packet, and packet analysis!
java抓包
- 这是一个用java编写的网络抓包程序,主要是通过windows的接口函数来捕获数据包,并进行简单的分析-This is a java with the preparation of procedures for capturing Packet networks, mainly through the windows of the interface functions to capture data packets, and a simple analysis
20040703112632176局域网网络数据包分析
- 20040703112632176局域网网络数据包分析,从事计算机网络开发工程师-20040703112632176 LAN network packet analysis, engaged in the development of computer network engineer
Matlab实现的网络流量分析
- 通过Matlab实现流量分析,基于ethereal抓包,并进行matlab图像呈现,比较分析数据包协议
winpcap数据包捕获分析
- winpcap数据包捕获分析的源码
网络数据包分析工具
- 网络数据包分析工具,小小工具,可以学习使用,希望能够对你有帮助