Can I submit a Lua dissector to code review?
I have developed a Lua dissector for a protocol that is not parsed by Wireshark's built-in dissectors. I'd like it to submit for code review, but I'm not sure if I can submit a Lua script to the repository. Is there any guidance on reviewing Lua dissectors, in the documentation below I couldn't find something:
Good information in this discussion and Wiki article.
Check your install of Wireshark. The few lua files are to support lua not analyze packets.
There is some lua in the code tree that is used for test scripts.