随笔分类 -  Winpcap

Visual Studio 6 配置Winpcap
摘要:1) Project-->Settings-->C/C++选项卡-->General类-->Preprocessor Definitions 下文本框中 添加 WPCAP、HAVE_REMOTE。 说明:(Winpcap提供给 Win32平台的特有函数),HAVE_REMOTE (Winpcap的远 阅读全文
posted @ 2021-04-11 12:23 雨点点 阅读(196) 评论(0) 推荐(0)
WinPcap Documentation
摘要:4.1.2 https://www.winpcap.org/docs/docs_412/html/main.html 在线中文 https://blog.csdn.net/iteye_21199/article/details/82410616?utm_medium=distribute.pc_re 阅读全文
posted @ 2020-07-14 13:09 雨点点 阅读(114) 评论(0) 推荐(0)
VS2013配置Winpcap
摘要:1 下载并安装WinPcap运行库 http://www.winpcap.org/install/default.htm 2 下载WinPcap开发包 http://www.winpcap.org/devel.htm,解压到纯英文路径,或者直接和项目放到一个目录。 3 新建Visual C++的Wi 阅读全文
posted @ 2020-03-03 22:53 雨点点 阅读(665) 评论(0) 推荐(0)