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

Wireshark-dev: [Wireshark-dev] Compilation failure on MSVC 6.0 with Platform SDK

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Fri, 23 Mar 2007 13:32:02 +0000
When compiling with MSVC 6.0 and the platform SDK, there are failures
due to the redefinition of sockaddr_storage in capture_wpcap_packet.c
and gtk/capture_if_details_dlg.c.

The definition is conditional on the version of MSVC used, whereas the
actual definition depends on the version of winsock defined, which is
indicated by the symbol _WINSOCK2API_.  I think that using this symbol
would be preferable.

-- 
Regards,

Graham Bloice