https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4176
--- Comment #7 from Guy Harris <guy@xxxxxxxxxxxx> 2010-01-29 02:29:17 PST ---
Using dumpbin to look at the imported symbols for various DLLs, it appears that
the only one of the DLLs that aren't built by the Wireshark build that uses
freeaddrinfo() is libgio - the only other one that uses anything with
"freeaddrinfo" in its name is krb5_32.dll, but it uses "krb5int_freeaddrinfo".
("Uses" here means "imports", as in "dumpbin/imports".)
I'm running a build now, and will see if any of the DLLs it builds import
freeaddrinfo().
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.