On Tue, Jan 6, 2009 at 5:20 AM, Siva.S
<s.siva@xxxxxxxxxxxxx>
wrote:
Hi,
Anyone finished parsing for PDCP?. How to identify whether the PDCP
packet was having a 5-bit Sequence No or a 7-bit or 12-bit?.
Likewise, I want to know for RLC too. Whether, it's UM mode or AM
mode or TM mode.
Can anyone help me in this?
My PDCP dissector completely dissects the PDCP header. That part was
fairly simple, what took up time and lines of code was the ROHC which
still isn't where I wanted it to be. I know that at least one other
person has been working on a PDCP dissector. Hopefully one of our
dissectors, or a merged version can be checked in soon.
To get the information you mention above you either need:
(1) to get it from the file (which I'm doing) OR
(2) when dissecting RRC, record the config of the channels and look it
up in the MAC/RLC/PDCP dissectors.
I know there is interest in doing (2). You would still need to be able
to work out at least:
- for MAC, whether a frame was uplink or downlink, and which RNTI (or
at least type of RNTI) was the frame sent from/to in order to decode it
properly
- for PDCP, which channel a given frame is on. And if you want to
decode the ROHC headers, you'll also need to somehow know:
- the mode (U, O, R)
- whether the IP identifiers were sequential or not for ROHC
(i.e. the RND variable).
Martin
Thanks & Regards,
Siva.S
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe