readme 829 B

1234567891011121314151617181920212223
  1. #wireshark dissector
  2. The dissector is used for decoding data and displaying it in wireshark.
  3. ##prerequisites
  4. Intall wireshark version 4.4.1 or above
  5. ##instructions
  6. 1. After checking out the repository, you will see a file named exo_dissector_lua.zip.
  7. 2. Copy the ZIP file.
  8. 3. Paste the ZIP file in the following path:
  9. C:\Users\{your_username}\AppData\Roaming\Wireshark\plugins
  10. (Replace {your_username} with your actual Windows username.)
  11. 4. After pasting the ZIP file in the plugins folder, open Wireshark. All Lua dissectors will be automatically loaded by Wireshark.
  12. 5. Go to the Edit menu, click Preferences, then under Protocols, select TC_TM to set your port number.
  13. 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.