-
Notifications
You must be signed in to change notification settings - Fork 72
Home
Open Markets Initiative edited this page Feb 13, 2026
·
6 revisions
Welcome to the Omi Lua Wireshark wiki!
Lua wireshark dissector scripts provide a cross platform dissection solution for viewing common binary exchange protocols.
Each dissector is a self-contained Lua file for each binary protocol specification. The generated dissector is designed to be safe (pure Lua, no compiled dependencies), portable (works on any platform with Wireshark), and editable (human-readable)
There are many undocumented features in these Lua scripts, we will add examples on how to take full advantage of the customization available in the dissectors, time permitting.
Enjoy.