1 | initial version |
Are you using https://github.com/rxi/json.lua
for the JSON library? On the github page it states:
Implemented in pure Lua: works with 5.1, 5.2, 5.3 and JIT
The release notes for Wireshark 4.4.0 state:
Support for Lua 5.3 and 5.4 has been added, and support for Lua 5.1 and 5.2 has been removed. The Windows and macOS installers now ship with Lua 5.4.6.
This means either the library needs to add support for Lua 5.4 or you need to find a different JSON library that supports Lua 5.4