文件名称:pcap
- 所属分类:
- 其他小程序
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- songs*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个利用winpcap做的一个小程序,可以捕获第二层的网络流量,查看详细数据,对低层开发的朋友很有用啊!!
使用说明:
从http://winpcap.polito.it 下载WinPcap Developer’s Pack并解压缩,把WinPcap Developer’s Pack中的Includes和lib文件夹加入VC环境,具体步骤:
Tools->Options->Directories->Show directories for:include files:加上WinPcap Developer’s Pack中的Includes,Tools->Options->Directories->Show directories for:library files:加上WinPcap Developer’s Pack中的lib。对于项目本身,Project->settings->C/C++->Preprocessor definitions中添加WPCAP,Project->settings->Object/Library modules:中添加wpcap.lib packet.lib。
编译并运行,已通过测试。
-This is a use WinPcap to do a small procedure, you can capture the second layer of network traffic, view the detailed data, the lower the development of useful friends ah!! Use Descr iption: http://winpcap.polito.it downloaded from the WinPcap Developer s Pack and unzip the WinPcap Developer s Pack of Includes and lib folder to join VC environment, and specific steps: Tools-> Options-> Directories-> Show directories for: include files: add WinPcap Developer s Pack of Includes , Tools-> Options-> Directories-> Show directories for: library files: add WinPcap Developer s Pack in lib. For the project itself, Project-> settings-> C/C++-> Preprocessor definitions add WPCAP, Project-> settings-> Object/Library modules: add wpcap.lib packet.lib. Compile and run, have passed the tests.
使用说明:
从http://winpcap.polito.it 下载WinPcap Developer’s Pack并解压缩,把WinPcap Developer’s Pack中的Includes和lib文件夹加入VC环境,具体步骤:
Tools->Options->Directories->Show directories for:include files:加上WinPcap Developer’s Pack中的Includes,Tools->Options->Directories->Show directories for:library files:加上WinPcap Developer’s Pack中的lib。对于项目本身,Project->settings->C/C++->Preprocessor definitions中添加WPCAP,Project->settings->Object/Library modules:中添加wpcap.lib packet.lib。
编译并运行,已通过测试。
-This is a use WinPcap to do a small procedure, you can capture the second layer of network traffic, view the detailed data, the lower the development of useful friends ah!! Use Descr iption: http://winpcap.polito.it downloaded from the WinPcap Developer s Pack and unzip the WinPcap Developer s Pack of Includes and lib folder to join VC environment, and specific steps: Tools-> Options-> Directories-> Show directories for: include files: add WinPcap Developer s Pack of Includes , Tools-> Options-> Directories-> Show directories for: library files: add WinPcap Developer s Pack in lib. For the project itself, Project-> settings-> C/C++-> Preprocessor definitions add WPCAP, Project-> settings-> Object/Library modules: add wpcap.lib packet.lib. Compile and run, have passed the tests.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
pcap.c