https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4592
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Guy Harris <guy@xxxxxxxxxxxx> 2010-03-17 16:11:09 PDT ---
Should be fixed correctly as of SVN 32230.
If you're building for any flavor of UN*X, including Linux, you shouldn't be
compiling capture-wpcap.c; that's only for Windows (where we load the WinPcap
shared library at run time; that allows us to have one Windows binary for
machines with WinPcap and for machines without WinPcap), not UN*X (where we
link with libpcap - shared or static - at build time).
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.