安装winpcap出现的问题
1. 找不到wpcap
- 解决方法:下载WinPcap_4_1_3.exe
- 网址:https://www.winpcap.org/install/default.htm
- 操作:
2.未定义类型u_char,u_int,无法打开源文件"sys/time.h"
- 解决方法
添加:#define WIN32
3.inline宏重定义
#error: The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro.
项目属性–>配置属性–>c/c+±->预处理器 添加
_XKEYCHECK_H;宏定义即可.