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 9297] Support for VS2013 on Windows

Date: Sun, 20 Oct 2013 12:33:35 +0000

changed bug 9297

What Removed Added
Attachment #11825 is obsolete   1
Attachment #11825 Flags review_for_checkin?  

Comment # 3 on bug 9297 from
Created attachment 11826 [details]
Replace GetVersionEx by VerifyVersionInfo

Thanks for the patch. You will find attached an updated patch that replaces the
calls to GetVersionEx in emem.c and capture_win_ifnames.c.
Could you give it a try with your MSVC2013 version?

This patch does not replace GetVersionEx in version_info.c yet. Replacing it by
VerifyVersionInfo is a bit painful as we are gonna replace 1 call to
GetVersionEx by multiple calls to VerifyVersionInfo so as to strictly identify
the OS version... Moreover I also just discovered a new funny decision from
Microsoft
(http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx) that
makes Windows 8.1 identifying itself as Windows 8 by default when using
GetVersionEx...


You are receiving this mail because:
  • You are watching all bug changes.