Ask Your Question
0

Can I submit a Lua dissector to code review?

asked 2020-06-19 23:55:54 +0000

vasileios gravatar image

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:

https://www.wireshark.org/docs/wsdg_h....

edit retag flag offensive close merge delete

Comments

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.

Chuckc gravatar imageChuckc ( 2020-06-20 04:33:30 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-06-20 08:24:46 +0000

Jaap gravatar image

Currently we only take in code written in C (and C++ for Qt GUI only) into consideration for inclusion in the repository. Even though Lua plugins are ideal for rapid prototyping and custom extensions, they lack the raw power and have a limited API available to them, making maintenance more difficult.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-06-19 23:55:54 +0000

Seen: 224 times

Last updated: Jun 20 '20