In the "Enabled Protocols" dialog some protocols have trees of sub-protocols. How is this organization defined, specifically when writing a protocol dissector in Lua? For example, I have dissectors defined in this way in %APPDATA%\Wireshark\plugins:
MyProto adds itself in to wtap_encap in USER0 and creates a DissectorTable "myprotomsgs", and each subdissector adds itself to that table. When I go to the Enabled Protocols dialog, I see:
when I expect to see
Is this possible using Lua? asked 04 Feb '16, 13:34 mmaranski edited 05 Feb '16, 08:09 |