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.