Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3401] New: problem with PER INTEGER using 64bits

Date: Wed, 8 Apr 2009 10:44:33 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3401

           Summary: problem with PER INTEGER using 64bits
           Product: Wireshark
           Version: SVN
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Medium
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: pavel_strnad@xxxxxxxxxxx


Created an attachment (id=2924)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=2924)
s1ap initial context with wrong decoded bitrate

Build Information:
Version 1.1.4
--
Problem to decode s1ap bitrate field(PER integer) that requires 64b, due to
that length needs to be coded with 3 bits but 2 are used now

result can be seen in the trace
uEaggregateMaximumBitRateDL: 39062 = 0x9896
schould be
uEaggregateMaximumBitRateDL: 10000000 = 0x989680


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