How do I install and use WinPcap?

不问归期 提交于 2019-12-10 19:09:34

问题


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?


回答1:


Development with WinPcap requires both the driver install, as well as the developer's pack. Have you installed the developer's pack?



来源:https://stackoverflow.com/questions/8978746/how-do-i-install-and-use-winpcap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!