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 9505] WCDMA RLC dissector cannot assemble PDUs with SNs sk

Date: Wed, 04 Dec 2013 13:53:48 +0000

changed bug 9505

What Removed Added
Attachment #12224 Flags   review_for_checkin?

Comment # 1 on bug 9505 from
Created attachment 12224 [details]
fix for trunk rev.53780

I made a patch for these problems.

For the case1, I put the SN, instead of 0, into the endlist when the first RLC
UM PDU is detected.

For the case2, I have reset the SN in the endlist to 0 when RLC AM SN got 0
because usually RLC AM SN starts from 0 when a new RRC Connection is
(re-)established. 

For the case3, the orginal code uses 4096 as modulus entirely however dissector
cannot handle 7bit LI that is mod 128 case. I modified modulus value handling
depending on RLC mode.


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