https://bugs.winehq.org/show_bug.cgi?id=56871
--- Comment #12 from mushu csumushu@126.com --- (In reply to Hans Leidekker from comment #11)
(In reply to mushu from comment #10)
Created attachment 76674 [details] 32bit demo wpcap log
0024:warn:wpcap:DllMain failed to enable 32-bit mmap() "Unknown options specified"
That's likely the problem. 32-bit apps need this relatively new feature from the Linux pcap library. Looks like it's available since 1.10.4.
I have checked that the current version of pcap is already 1.10.4.
root@mushu:~# dpkg -l|grep pcap ii libpcap-dev:amd64 1.10.4-4 amd64 development library for libpcap (transitional package) ii libpcap-dev:i386 1.10.4-4 i386 development library for libpcap (transitional package) ii libpcap0.8:amd64 1.10.4-4 amd64 system interface for user-level packet capture ii libpcap0.8:i386 1.10.4-4 i386 system interface for user-level packet capture ii libpcap0.8-dev:amd64 1.10.4-4 amd64 development library and header files for libpcap0.8 ii libpcap0.8-dev:i386 1.10.4-4 i386 development library and header files for libpcap0.8