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 41044: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Fri, 17 Feb 2012 02:53:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41044

User: morriss
Date: 2012/02/16 06:53 PM

Log:
 (Re)fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :
 
 The change made in r40742 turned out to not be portable (FreeBSD doesn't have
 the timezone global variable), so use another method to determine the current
 timezone.
 
 Also fix a bug introduced by r40742's change to display this timestamp in UTC:
 if the reported (by the message) time zone has a negative offset to UTC, shift
 it forward (not backward) to get UTC (and the opposite for positive offsets).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +23 -8     packet-smpp.c    Modified