Open
Description
Just wanted to note some challenges that I had while working with the runtime dependencies working with Lua 5.2 (which is what Wireshark comes with) vs Lua 5.3:
Bitwise operations needed to be modified to not use the standard symbols but instead utilize the bit32 supported ones:
https://www.lua.org/manual/5.2/manual.html#6.7
Also string.unpack is not supported whereas Struct.unpack is and provides the same behavior.
All of these changes were made in the kaitaistruct.lua file.
Metadata
Metadata
Assignees
Labels
No labels