Tshark not decoding f1ap_f1ap_RRCContainer
We want to use the Tshark to convert the existing Pcap file into the ELK json file. Our PCAP file contains the dump of 5G F1AP/NGAP messages. In the output json file, all the messages are decoded fully except where the field is f1ap_f1ap_RRCContainer. This field value is still in hexstring format. Can someone help in how to decode this with tshark?
What version of
tshark
are you running (tshark -v
)?Past work on this:
rrc container not decoded in F1AP
F1AP: dissect more RRC containers
MR: F1AP: dissect more RRC-Container instances
commit: F1AP: dissect more RRC-Container instances
If the latest
tshark
doesn't decode properly, can you share a capture file on a public file share and update the question with a link to it.we are using TShark (Wireshark) 3.2.3 (Git v3.2.3 packaged as 3.2.3-1)
That's a very old version. 3.6.5 is the current stable release.
Thanks grahamb , after updating the version to 3.6.5 it is working.
Hi Dig Vijay, Could you help me to provide the command you run decode message success because I have tried update the version tshark 3.6.5 but it's not decode successfully?