Wireshark-bugs: [Wireshark-bugs] [Bug 6712] New: Time field decoding in SMPP Protocol
Date: Thu, 5 Jan 2012 13:24:51 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712

           Summary: Time field decoding in SMPP Protocol
           Product: Wireshark
           Version: 1.6.4
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Wireshark
        AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
        ReportedBy: VGuzman@xxxxxxxxxxxx


Build Information:
Version 1.6.4 (SVN Rev 39941 from /trunk-1.6)
--
In the field Scheduled delivery time, the value "120105122758712-" (ASCII),
"3132303130353132323735383731322d00" (HEX) is decoded as:
Scheduled delivery time: Jan  5, 2012 09:27:58.700000000 DST +1 Asunción,
Paraguay

According to the protocol specification
(http://www.smsforum.net/SMPP_v3_4_Issue1_2.zip) page 163 the string
"120105122758712-" should be decoded as 2012/01/05 12:27:58.7 GMT-3
instead of this, the local time in the field is treated as UTC time and 3 hrs
are substracted and the result is displayed in the decode.

I am running WinXP-SP3, and my local time zone is set to GMT-4 with Summer Time
ON, so i am currently in GMT-3.

Attached is the referred capture.

This problem occurs allways, in this protocol.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.