Wireshark-commits: [Wireshark-commits] rev 51000: /trunk/wiretap/ /trunk/wiretap/: stanag4607.c

Date: Mon, 29 Jul 2013 00:54:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51000

User: guy
Date: 2013/07/28 05:54 PM

Log:
 The base_secs value should be a time_t, as it's calculated using
 mktime().  That eliminates the need for casts.
 
 It should *also* be part of a per-wtap-structure private data structure,
 not a global variable; make it so.

Directory: /trunk/wiretap/
  Changes    Path            Action
  +14 -5     stanag4607.c    Modified