THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

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