1 | initial version |
There is a duct tape and baling wire work around:
tshark
to grab a list of all protocols: tshark -G protocols
Lua Dissection Lua Dissection _ws.lua Expert Info Expert _ws.expert 29West Protocol 29West 29west
On linux: tshark -G protocols | sed -e "s/.* //"
(that's a tab not space in the pattern match)
disabled_protos
file in your profile directory.Analyze -> Enabled Protocols...
Disable All
and Ok
to disable the remaining heuristic protocols didn't crash the GUI.