文件名称:capparser
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-04-10
- 文件大小:
- 1.01mb
- 下载次数:
- 0次
- 提 供 者:
- 邹**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1.cap文件是通用的抓包文件格式,windows下的ethereal和Linux下的tcpdump所抓的包均为CAP文件的格式。
2.本代码解析cap文件,提取指定类型的数据包,写入文件。
3.文件格式为:4字节长度(小头)+包内容-1.cap file the general packet capture file format, caught in the windows under the ethereal and tcpdump under Linux packages are CAP file format. 2. The code parsing cap file, extract the specified type of packet, write to the file. 3 file format: 4 byte length (small head)+ package content
2.本代码解析cap文件,提取指定类型的数据包,写入文件。
3.文件格式为:4字节长度(小头)+包内容-1.cap file the general packet capture file format, caught in the windows under the ethereal and tcpdump under Linux packages are CAP file format. 2. The code parsing cap file, extract the specified type of packet, write to the file. 3 file format: 4 byte length (small head)+ package content
(系统自动生成,下载前可以参看下载内容)
下载文件列表
capparser\capparser.cpp
.........\capparser.sln
.........\capparser.suo
.........\capparser.vcproj
.........\cap_parser.cpp
.........\cap_parser.h
.........\len_body_file.cpp
.........\len_body_file.h
.........\ReadMe.txt
.........\..lease\capparser.exe
.........\.......\rtp.cap
.........\.......\tcp.cap
.........\Release
.........\stdafx.cpp
.........\stdafx.h
.........\targetver.h
capparser