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 8290] RRC RadioBearerSetup message decoding issue

Date: Fri, 01 Feb 2013 17:00:10 +0000

changed bug 8290

What Removed Added
Status UNCONFIRMED IN_PROGRESS
CC   [email protected]
Ever confirmed   1

Comment # 1 on bug 8290 from
Here we have a huge number of optional fields bits (44 in this case), while
internally the PER dissector uses a guint32 to store the bitmap...
So despite the fact optional bit field indicates that cipheringModeInfo is NOT
present, Wireshark still tries to decode it due to the overflow.

I will work on a fix later today.


You are receiving this mail because:
  • You are watching all bug changes.