How do I add Bitmasking for Bitfield function to wireshark for Lua.
I am trying to break out individual bits in a packet in order to display the flags. Most places I look seem to be using bitfield in Lua, but I am unable to get the function to be recognized as a passable operation when I try to run my dissector.
I am currently using Wireshark Ver 3.6.2 and it has Lua 5.2.4 loaded with it.
Can you share a sample of the code that's not working and any error/warning messages?