Dear Wireshark Users,
I'm writing some dissectors in my work and uses forums to get some clues how to implement some issues.
Currently I have some basic parser which gets protocol description and generates the LUA dissector.
The issue is that I had to invest too many hours on understand how LUA works.
The reason for this is that there are not enough examples for this.
Also there is description of the API, but there are very few examples on how to use it/what is graphical input/outcome.
For those who are using/generating custom dissectors, do you think that the current documentation on the LUA is enough?
(Luckily, for C custom dissection, there is much more explanation).