https://github.com/nextmn/RLS-wireshark-dissector
Wireshark Dissector for Radio Link Simulation Protocol from UERANSIM
https://github.com/nextmn/RLS-wireshark-dissector
ueransim wireshark-dissector wireshark-dissector-plugin
Last synced: 2 months ago
JSON representation
Wireshark Dissector for Radio Link Simulation Protocol from UERANSIM
- Host: GitHub
- URL: https://github.com/nextmn/RLS-wireshark-dissector
- Owner: nextmn
- License: cc0-1.0
- Created: 2021-04-28T10:29:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-15T14:47:32.000Z (4 months ago)
- Last Synced: 2026-02-15T21:26:01.263Z (4 months ago)
- Topics: ueransim, wireshark-dissector, wireshark-dissector-plugin
- Language: Lua
- Homepage:
- Size: 80.1 KB
- Stars: 23
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-telco - RLS-wireshark-dissector - 02]` - Wireshark dissector for the Radio Link Simulation Protocol from UERANSIM. From NextMN. (Protocols / Others)
README
# Wireshark Dissector for Radio Link Simulation Protocol from UERANSIM
## Installation
### Requirements
You need to use a recent Wireshark version with implementation for `nr-rrc` dissectors (Wireshark version 3.0.0 at least).
### Installation from git repository
```
$ mkdir -p ~/.local/lib/wireshark/plugins
$ git -C ~/.local/lib/wireshark/plugins clone https://github.com/nextmn/RLS-wireshark-dissector
```
### Installation from package manager
Alternalively, if you are using **Debian Bullseye**, I made a `.deb` package. It is available at [deb-royer.irit.fr](https://deb-royer.irit.fr/) (repository installation instuctions are on the website itself) under the name `wireshark-ueransim-rls`. This package may not work if you have build yourself and installed Wireshark from source (because plugins folder path may not be the same).
## License
This plugin is licensed under the Creative Commons Zero v1.0 Universal licence (CC0-1.0).
## Troubleshooting
If you have any issue running this plugin, please consult the [Troubleshooting page](https://github.com/nextmn/RLS-wireshark-dissector/wiki/Troubleshooting) on the wiki.