This contains script file that runs as a plugin in wireshark. This enables live decoding of TT&C data, HM data, IPCC data

priyadharsan 75d39d70a3 adding error handler dissector 3 months ago
Dissector 75d39d70a3 adding error handler dissector 3 months ago
exo_dissector_lua.sh 941a52e181 adding script file and readme file 3 months ago
readme 941a52e181 adding script file and readme file 3 months ago

readme

#wireshark dissector

The dissector is used for decoding data and displaying it in wireshark.

##prerequisites

Intall wireshark version 4.4.1

##instructions
1. After checking out the repository, you will see a file named exo_dissector_lua.sh in your current working directory.

2. Build the exo_dissector_lua.sh file (e.g., ./exo_dissector_lua.sh).

3. The script will create a ZIP file in your current working directory.

4. Copy the ZIP file.

5. Paste the ZIP file in the following path:
C:\Users\{your_username}\AppData\Roaming\Wireshark\plugins
(Replace {your_username} with your actual Windows username.)

6. After pasting the ZIP file in the plugins folder, open Wireshark. All Lua dissectors will be automatically loaded by Wireshark.