Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 18883: /trunk/ /trunk/: config.h.win32

Date: Sat, 12 Aug 2006 21:06:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18883

User: ulfl
Date: 2006/08/12 09:06 PM

Log:
 fix for bug #1025: It should be no longer necessary to use the I64x format string for Win32, simply use the llx format string as for the Unix variants, which should be safe as we only use GLib's g_snprintf() function instead of the MSVC one's from snprintf.h
 
 The real cause of this: There's a bug in GLib's snprintf implementation which crashes with the I64x format string and certain (negative?) values.

Directory: /trunk/
  Changes    Path              Action
  +8 -2      config.h.win32    Modified