https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160
--- Comment #25 from BBA <bba@xxxxxxxx> 2010-09-15 13:41:31 PDT ---
(In reply to comment #24)
> Nuts. That should solve all of Wireshark's direct dependencies on inet_pton().
> I'd have to guess that some other (non-Wireshark) library is pulling in the
> requirement for inet_pton().
>
> Any other ideas?
After some quick investigations with this tool:
http://www.dependencywalker.com
I think libwireshark is the guilty one. The executables (wireshark.exe,
tshark.exe etc) seems to pick up ws_inet_pton() fine, but libwireshark picks
the native inet_pton(). Perhaps some #include ordering issue in
epan/addr_resolv.c?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.