Hi, I have a .lua file. Can I get please instructions how to add it the wireshark and decode my message correctly (I have wireshark with version 1.8.6)? I added it to my personal plugins folder and this is the message code every time I launch the program.
Thank you asked 07 Aug '13, 14:43 morton edited 08 Aug '13, 00:27 Guy Harris ♦♦ |
One Answer:
As the documentation for answered 08 Aug '13, 00:26 Guy Harris ♦♦ Thank you It solves my problem (09 Aug '13, 02:50) morton If a supplied answer resolves your question can you please "accept" it by clicking the checkmark icon next to it. This highlights good answers for the benefit of subsequent users with the same or similar questions. (09 Aug '13, 05:09) Kurt Knochner ♦ |
Could you please show some or all of the Lua code for your dissector? Make sure what code is included is the code that's trying to use "CRC32".
Hi, I cannot show all the code, but I have this line:
require('CRC32')
this is the only line I have in my code which refernce to CRC32.
Thank you