ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18440: /trunk-1.0/epan/ /trunk-1.0/epan/: emem.c

Date: Mon, 12 Jun 2006 20:47:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18440

User: etxrab
Date: 2006/06/12 08:47 PM

Log:
 Copy:
 18178 attempt to fix #915:
 if the GetVersionEx() call fails, force the dwPlatformId to VER_PLATFORM_WIN32_WINDOWS so the return value from VirtualProtect() won't trigger an assert.
  
 18183
 Log:
  Improve fix for Bug 915 by using GetVersionEx() as it is recommended by Microsoft. Tested on Win98 SE.

Directory: /trunk-1.0/epan/
  Changes    Path          Action
  +12 -3     emem.c        Modified