瀏覽代碼

adding zipfile and changes in readme file

priyadharsan 3 月之前
父節點
當前提交
b87a3d1751
共有 2 個文件被更改,包括 6 次插入9 次删除
  1. 二進制
      exo_dissector_lua.zip
  2. 6 9
      readme

二進制
exo_dissector_lua.zip


+ 6 - 9
readme

@@ -4,21 +4,18 @@ The dissector is used for decoding data and displaying it in wireshark.
 
 ##prerequisites
 
-Intall wireshark version 4.4.1
+Intall wireshark version 4.4.1 or above
 
 ##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).
+1. After checking out the repository, you will see a file named exo_dissector_lua.zip.
 
-3. The script will create a ZIP file in your current working directory.
+2. Copy the ZIP file.
 
-4. Copy the ZIP file.
-
-5. Paste the ZIP file in the following path:
+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.)
 
-6. After pasting the ZIP file in the plugins folder, open Wireshark. All Lua dissectors will be automatically loaded by Wireshark.
-
+4. After pasting the ZIP file in the plugins folder, open Wireshark. All Lua dissectors will be automatically loaded by Wireshark.
 
+5. 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.