Reputation: 1321
I wanna use winpcap library in my project, but it would get error in other computers which winpcap is not installed. I wanna use my program in WinXP, Win7.
I checked this url: http://paperlined.org/apps/wireshark/winpcap_silent_install.html, but I can't find some files and regfiles,
Please share full files and documentation to implement.
Thanks
PS. I programmed it in Visual Studio 2008, and OS: Win7 0x64
Upvotes: 0
Views: 2174
Reputation: 28688
Recently I compiled WinPcap from source and tried to use it without installation. It turned out that the driver must be installed. In addition to this, the executables which want to use WinPcap have to be able to access Packet.dll and wpcap.dll.
Upvotes: 3