Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5160] Wireshark fails to start on Windows XP 64bit

Date: Wed, 15 Sep 2010 14:28:37 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160

--- Comment #26 from BBA <bba@xxxxxxxx> 2010-09-15 14:28:36 PDT ---
(In reply to comment #25)
> (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?

Sorry. I was too quick to jump to conclusions. Forget the comment above.

Now it is inet_ntop (_not_ inet_pton) which causes problem. This one must be
treated the same way as inet_pton.

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