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

Wireshark-commits: [Wireshark-commits] rev 40248: /trunk-1.4/ /trunk-1.4/gtk/: summary_dlg.c /trunk

Date: Tue, 20 Dec 2011 07:55:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40248

User: jake
Date: 2011/12/19 11:55 PM

Log:
 ------------------------------------------------------------------------
 r39878 | guy | 2011-11-16 04:13:02 +0100 (Wed, 16 Nov 2011) | 3 lines
 
 Handle ctime() and localtime() returning NULL and localtime() on Windows
 blowing up when handed a bad value.
 
 ------------------------------------------------------------------------
 r39882 | guy | 2011-11-16 17:48:02 +0100 (Wed, 16 Nov 2011) | 3 lines
 
 Another place where we have to protect against MSVC's time-conversion
 routines blowing up if handed a too-large time_t.
 
 ------------------------------------------------------------------------
 r39883 | guy | 2011-11-16 18:08:00 +0100 (Wed, 16 Nov 2011) | 6 lines
 
 Another place where we have to protect against MSVC's time-conversion
 routines blowing up if handed a too-large time_t.
 
 While we're at it, also check for dates that can't be represented in DOS
 format (pre-1980 dates).
 
 ------------------------------------------------------------------------
 r39884 | guy | 2011-11-16 18:12:47 +0100 (Wed, 16 Nov 2011) | 2 lines
 
 Fix build on Windows.
 
 ------------------------------------------------------------------------
 r39885 | guy | 2011-11-16 18:13:37 +0100 (Wed, 16 Nov 2011) | 2 lines
 
 OK, this should do it.
 
 ------------------------------------------------------------------------
 r39894 | cmaynard | 2011-11-17 03:17:57 +0100 (Thu, 17 Nov 2011) | 2 lines
 
 Revert part of r39883 to avoid dereferencing a NULL pointer.  Thanks Clang.
 
 ------------------------------------------------------------------------
 r39895 | guy | 2011-11-17 03:29:26 +0100 (Thu, 17 Nov 2011) | 3 lines
 
 Put back the check for dates that can be represented in DOS format the
 way it was *supposed* to be done, rather than backwards.
 
 ------------------------------------------------------------------------

Directory: /trunk-1.4/gtk/
  Changes    Path             Action
  +30 -22    summary_dlg.c    Modified

Directory: /trunk-1.4/
  Changes    Path          Action
  +30 -31    capinfos.c    Modified

Directory: /trunk-1.4/wiretap/
  Changes    Path           Action
  +9 -1      k12text.l      Modified
  +9 -1      ngsniffer.c    Modified