搜索资源列表
layered.zip
- 协议栈实现。可以实现数据包截获分析
ndispimdk.exe
- win98下的ndis驱动程序,可以做win98下的数据包过滤、分析
ldmsapp
- 数据包捕获,协议分析- Data packet capture, protocol analysis
rawsocketping
- 创建原始套接字,构造ICMP协议ECHO数据头,发送数据sendto 接收数据recvfrom,分析返回IP数据头及ICMP数据头 程序代码极其简单,适合初学网络编程者参考- Founds the primitive sleeve joint character, structure ICMP the agreement ECHO data head, transmits data sendto receive data recvfrom, the analysis returns to t
数据包获取程序
- 获取数据包柄对其进行分析,分析数据包类型,及相关协议种类-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
用ftp协议完成多线程断点续传的源码
- 各个线程任务分配是这样实现的。在开始下载时,文件平均分成若干块进行下载。如第一个线程一开始的任务是从文件的0位置开始下载一直到72908位置处。线程1每次下载一块数据后就要调整任务,如第一次下载了20800字节的数据,那么线程1的任务将改为:20800-72908。如此下去,直到任务为72908-72908时表示线程1完成了当前的下载任务。此时,线程1就分析各个线程的任务,找出任务最为繁忙的一个线程:如线程3:14816-218724。那么线程1就自动去调整任务,拿50%的任务来再次下载。周而
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.
net_sniffer
- 实现对网络数据的嗅探,包分析。对网络编程应用开发的新手们有一定的参考意义。-realization of the right data network sniffer, packet analysis. The network application development programming newcomers who have some reference value.
局域网网络数据包分析
- 捕获局域网内的数据包,并从中的到数据,和相关信息,没开线程,我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
截获TCP数据
- 截获数据并进行简要分析,得到ip原地址、目的地址、昌都等
网络数据包捕获
- 网络数据包捕获,把某一IP当作源IP,然后就可以对其进行分析 本文来源于虾客源码 http://www.xkxz.com
网络监听分析
- 网络监听,可以查到包源及目的地址,可以分析数据包的内容-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!
20040703112632176局域网网络数据包分析
- 20040703112632176局域网网络数据包分析,从事计算机网络开发工程师-20040703112632176 LAN network packet analysis, engaged in the development of computer network engineer
Matlab实现的网络流量分析
- 通过Matlab实现流量分析,基于ethereal抓包,并进行matlab图像呈现,比较分析数据包协议
winpcap数据包捕获分析
- winpcap数据包捕获分析的源码
capture sample 网络抓包分析工具
- 一个网络抓包分析工具 样例基于winpcap库开发 可以实现网络数据的抓取
网络数据包分析工具
- 网络数据包分析工具,小小工具,可以学习使用,希望能够对你有帮助