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.