First time here? Check out the FAQ!
answered 2022-02-03 19:31:58 +0000
The page https://www.wireshark.org/docs/wsdg_html_chunked/lua_module_Int64.html describes how to handle 64-bit integers in LUA.
So a 64-bit value can be specified with UInt64. For example: UInt64(0xFFFFFFFF, 0x7FFFF).
UInt64
UInt64(0xFFFFFFFF, 0x7FFFF)