Click here to Skip to main content
15,902,492 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi everybody,

I have to do a project which can manage different types of packets in a network, and I can't find out how to use WinPcap in my Visual Studio 2012 project (empty CLR project as my teacher told me).

Can someone explain all the steps to do it from the beggining ? I'll be very helpful. By all the steps I mean start from which version of WinPcap I have to download, until the project correctly linked to WinPcap libary.

I work in C++ in Viqual Studio 2012, my OS architecture is Winbdows 8 x64.

Thank you for you help :)
Posted

 
Share this answer
 
include the header files..
contains the lib in you project..
then enjoy using winpcap
look at here
http://www.winpcap.org/docs/docs_412/html/group__wpcapsamps.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900