readme 749 B

123456789101112131415161718192021222324
  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
  5. ##instructions
  6. 1. After checking out the repository, you will see a file named exo_dissector_lua.sh in your current working directory.
  7. 2. Build the exo_dissector_lua.sh file (e.g., ./exo_dissector_lua.sh).
  8. 3. The script will create a ZIP file in your current working directory.
  9. 4. Copy the ZIP file.
  10. 5. Paste the ZIP file in the following path:
  11. C:\Users\{your_username}\AppData\Roaming\Wireshark\plugins
  12. (Replace {your_username} with your actual Windows username.)
  13. 6. After pasting the ZIP file in the plugins folder, open Wireshark. All Lua dissectors will be automatically loaded by Wireshark.