Wireshark-bugs: [Wireshark-bugs] [Bug 1603] SMPP decodes validity_period field incorrectly

Date: Tue, 22 May 2007 22:27:14 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1603





------- Comment #3 from stephentfisher@xxxxxxxxx  2007-05-22 22:27 GMT -------
The code is also doing a Y2K adjustment and decrementing the month value by 1,
which is why you're getting the huge number of seconds (it thinks the year is
1999, etc.)  Once I fix these issues, then I get -1 seconds, which is
mktime()'s return value for "Unable to represent calendar time"


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.