如何安装和使用WinPcap?
我今天访问 winpcap.org,下载了安装程序,并在我的 Windows 7 笔记本电脑上安装了 WinPcap。但是,安装它的文件夹仅包含安装日志、名为 rpcapd.exe 的可执行文件和卸载可执行文件。当我运行 rpcapd.exe 时,会出现一个 dos shell:
Press CTLR+C to stop the server...
在按 CTRL+C 关闭窗口之前没有任何反应。当我在 Microsoft Visual Studio 中创建项目并包含 < pcap.h >,我被告知没有这样的文件或目录。对我的计算机进行搜索没有结果。我尝试重新安装几次,但没有新的结果。我在这里缺少什么?
I went to winpcap.org today, downloaded the installer, and installed WinPcap on my Windows 7 laptop PC. However, the folder where it was installed contains only an installation log, an executable called rpcapd.exe, and an uninstall executable. When I run rpcapd.exe a dos shell appears:
Press CTLR+C to stop the server...
and nothing happens until I press CTRL+C, which closes the window. When I create a project in Microsoft Visual Studio and include < pcap.h >, I'm told there is no such file or directory. A search of my computer yields no results. I've tried reinstalling a couple times but with no new results. What am I missing here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 WinPcap 进行开发需要安装驱动程序以及开发人员包。您是否安装了开发人员包?
Development with WinPcap requires both the driver install, as well as the developer's pack. Have you installed the developer's pack?