Hello, i'm trying to create a dissector in .lua for Wireshark (1.10.7 x64) and i cannot add a field with ftypes.NONE, because Wireshark complains about "invalid ftypes". So my question here is: Is this a bug, or is it supposed to be like that? Edit: Sorry i forgot the sample code. Im trying to convert this old dissector written in c to lua: C-Code:
Lua-Code:
There are some more fields with uint16 and such, but they are working just fine, so i removed them here. -Namikon asked 30 May '14, 15:52 Namikon edited 22 Jun '14, 11:02 Hadriel |
One Answer:
It's not a bug, per se. I'm not sure why it was excluded though... maybe there was a sentiment at the time that answered 22 Jun '14, 11:01 Hadriel |
can you please post some sample code?