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

priyadharsan 263f51ab35 Add dissector for EPS TC - 211, TM -211, 212 1 viikko sitten
Dissector 263f51ab35 Add dissector for EPS TC - 211, TM -211, 212 1 viikko sitten
pcaps c4b3f6fa26 adding changes in error handler and adding zip file 1 kuukausi sitten
exo_dissector_lua.sh 941a52e181 adding script file and readme file 1 kuukausi sitten
exo_dissector_lua.zip 263f51ab35 Add dissector for EPS TC - 211, TM -211, 212 1 viikko sitten
new.patch 27c12754e7 changes in uhf dissector 1 kuukausi sitten
readme acd4af62d2 adding pcap for all submodules 1 kuukausi sitten

readme

#wireshark dissector

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

##prerequisites

Intall wireshark version 4.4.1 or above

##instructions

1. After checking out the repository, you will see a file named exo_dissector_lua.zip.

2. Copy the ZIP file.

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

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

5. Go to the Edit menu, click Preferences, then under Protocols, select TC_TM to set your port number.

6. Incase any modifications made in lua script run the ./exo_dissector_lua.sh script to generate the zip file again and follow from step 1 to 4.