ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2797] Wireshark fails to compile with VS6.0.

Date: Mon, 11 Aug 2008 11:41:44 -0700 (PDT)
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.