This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

LTE-RRC packets dissection

0

Hello,

Is it possible to dissect by wireshark LTE-RRC packets only according to captured IP packets (without USER_DLT)? What information should be in IP packets in order to dissect LTE-RRC messages?

Now I able to dissect LTE-RRC packets only offline (reading from pcap file that contains USER_DLT)

Thanks, Erez

asked 16 Jun '13, 03:25

eshabtai's gravatar image

eshabtai
11112
accept rate: 0%


One Answer:

0

No you can't do that: IP is not a native transport layer for LTE RRC messages. Moreover you need to know on which logical channel type your message is being transmitted (BCCH DL SCH, UL/DL CCCH/DCCH, ...) so as to be able to decode it.

answered 16 Jun '13, 07:21

Pascal%20Quantin's gravatar image

Pascal Quantin
5.5k1060
accept rate: 30%