1 | initial version |
If you write your dissector as an LUA script then users can invoke it on the command-line (Linux, Windows, etc) using the -X argument. I use this myself for a few internal LUA scripts. It would then look something like:
wireshark -X lua_script:"pathToYourLuaScript"