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 |
One Answer:
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 Quantin |