Renaming of "eth" dissector to "eth_withoutfcs" I asked about the usage of "eth" and how it was not working. Your response was prompt and timely. Thank you. For compatibility purposes I would like to know in what version this renaming occurred. I would like my dissector to run in earlier versions and I assume I can detect the current version of Wireshark and ask for the properly named ethernet dissector based on that. Thanks Randy So it has been suggested that I try one then then the other. I have done so with the following code.
Here is the hard error I get. Am I doing something wrong in the code up above. Lua is very new to me.
asked 17 Oct ‘16, 07:13 Randy Rohrbach edited 18 Oct ‘16, 01:51 Lekensteyn |
One Answer:
At the moment the Lua API throws errors whenever something unusual happens. This shows nicely in the tree, but it is not natural to the Lua programmer. As a workaround you can use
Strictly speaking, answered 18 Oct '16, 01:50 Lekensteyn |