Re: [tcpdump-workers] Add WinPcap specific functions like pcap_open() to libpcap on Windows for binary compatibility

2016-06-28 Thread Guy Harris
On Jun 27, 2016, at 11:22 PM, Yang Luo wrote: > So my thought is we need to add back those functions to libpcap on Windows, > the related source code files are remote-ext.h, pcap-new.c, etc, which don't > exist in libpcap. So are we OK with this? I am not OK with any solution that reintroduces

Re: [tcpdump-workers] Remove the eproto_db symbol exporting to keep the DLL delay-load feature on Windows

2016-06-28 Thread Yang Luo
The weird thing is that the original libpcap used by Npcap/WinPcap also exported eproto_db, but the build of WinDump doesn't complain that link error. I don't know what the difference is here? Error 646 error LNK1194: cannot delay-load 'wpcap.dll' due to import of data symbol '__imp_eproto_db'; li