ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4592] capture-wpcap.c HAVE_FREE_DATALINKS -> HAVE_PCAP_FRE

Date: Wed, 17 Mar 2010 16:11:11 -0700 (PDT)
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.