Fail to decode NR-RRC messages after installing the RLS-wireshark-dissector #11
-
lsb_release -aNo LSB modules are available.
eecatchan@eecatchan-Virtual-Machine: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You have installed the module in user
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for your help. I can have the RRC messages decoded in Wireshark now with your example capture file. However, it doesn't work with my own capture. Our network is not using UERANSIM gNB simulator but is using OAI. Could this dissector be used to decode the NR-RRC messages in real-time or offline with Wireshark? Thanks again.
…________________________________
From: Louis Royer ***@***.***>
Sent: Monday, January 8, 2024 12:13 AM
To: louisroyer/RLS-wireshark-dissector ***@***.***>
Cc: CHAN Pui Yan ***@***.***>; Author ***@***.***>
Subject: Re: [louisroyer/RLS-wireshark-dissector] Fail to decode NR-RRC messages after installing the RLS-wireshark-dissector (Issue nextmn/.github#10)
You have installed the module in user eecatchan directory, but you are running Wireshark as root (probably because you started it with sudo). Therefore the module cannot be loaded. Please either:
1. Install the plugin as root (i.e. in /root/.local/lib/wireshark/plugins), or
2. Run Wireshark as user eecatchan. If you do this, you may want to configure Wireshark to allow capturing on network interfaces for this user<https://gitlab.com/wireshark/wireshark/-/raw/master/packaging/debian/README.Debian>.
—
Reply to this email directly, view it on GitHub<https://github.com/louisroyer/RLS-wireshark-dissector/issues/17#issuecomment-1880101569>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BFD7WNZWILSS4Y6LCYF7DI3YNLCUPAVCNFSM6AAAAABBOCDXPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGEYDCNJWHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
D
|
Beta Was this translation helpful? Give feedback.
-
My dissector can be used in real-time, but only with UERANSIM's protocol, not OAI's one. The NR-RRC support is builtin in Wireshark and this plugin only deals with decoding the encapsulation layer; I don't know how NR-RRC is encapsulated in OAI softmodem (I guess this is done in https://gitlab.eurecom.fr/oai/openairinterface5g/-/tree/develop/openair1/SIMULATION?ref_type=heads but I can't find a documented protocol). |
Beta Was this translation helpful? Give feedback.
You have installed the module in user
eecatchan
directory, but you are running Wireshark asroot
(probably because you started it withsudo
). Therefore the module cannot be loaded. Please either:/root/.local/lib/wireshark/plugins
), oreecatchan
. If you do this, you may want to configure Wireshark to allow capturing on network interfaces for this user.