Skip to content

We share some wireshark message dissector written by lua scripts. It helps you can see your custom application data structure clearly in wireshark

License

Notifications You must be signed in to change notification settings

joosing/msg-dissector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

We share some lua scripts that are applied to our business field (satellite ground station). It works as a message dissector in Wireshark. It is helpful when you analyze your own application protocol data. You just have to see your automatically dissected and decoded each data field. and you can also filter your own protocol data field. It will make you very efficient in debuging time.

전후비교 필터

Editor

Visual Studio Code

Insatll lua script

  1. In the Administrator Mode CMD window, run the following command. In the [LUA script file name] section, replace the LUA script file name you want to copy.
copy /Y ".\[LUA script file name].lua" "C:\Program Files\Wireshark\plugins\[LUA script file name].lua"
  1. It is automatically reflected when you run Wireshark.
  2. If Wireshark is running, it will be applied dynamically when Ctrl+Shift+L is entered.

Contact

email - joosing711@gmail.com

About

We share some wireshark message dissector written by lua scripts. It helps you can see your custom application data structure clearly in wireshark

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published