Hi list, Now libpcap can compile out the wpcap.dll to be used on Windows. But no existing applications can use that wpcap.dll, including Wireshark, Nmap and WinDump.
Wireshark said "Unable to load WinPcap (wpcap.dll)". Nmap crashes when actual scanning starts. When I run WinDump in MSVC's debug mode, it said "c06d007f", "procedure not found". But I checked the DLL in Dependency Walker and DLL Export Viewer, both show that the functions have been successfully exported, no difference with the wpcap.dll compiled from the original shipped libpcap (except the Address and Relative Address are different). I noticed that we have changed the exporting way from wpcap.def method to the "_declspec(dllexport)" method. But they should be the same. I will look into this issue further but I do not mind to be informed about clues that can cause this issue? Cheers, Yang _______________________________________________ tcpdump-workers mailing list tcpdump-workers@lists.tcpdump.org https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers