https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2797
--- Comment #4 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2008-08-11 11:41:43 PDT ---
Unfortunately the patch fails if you're using VC6 with the PSDK, since
socklen_t gets defined. I'll attach a patch which should handle this.
I think you've uncovered a related problem, however. At line 116 of
addr_resolv.c (unpatched) we have:
#if defined(_WIN32) && defined(INET6)
Is this ever true, i.e. is INET6 ever defined on Windows?
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.