Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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).