Skip to content

Working with Lua 5.2 #1

Open
Open
@winstonwolfe06

Description

@winstonwolfe06

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions