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 5292] Wireshark Libraries on MacOSX are not properly linke

Date: Tue, 12 Oct 2010 11:27:19 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5292

--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2010-10-12 11:27:19 PDT ---
> Wireshark uses dlopen() to open these libraries, circumventing MacOSX's libtool mechanism

No, it doesn't.  It only uses dlopen() (on platforms where that's the "load a
run-time loadable module" API) to load plugins, not libraries.  The only
*libraries* we load at run time are the WinPcap and packet.dll libraries, so
that, on Windows, the same binary can work on systems with and without WinPcap
("without inPcap", of course, meaning "without support for capturing traffic").

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.