Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 10881] lua_bitop doesn't compile with Lua 5.3

Date: Fri, 26 Aug 2016 09:41:13 +0000

changed bug 10881


What Removed Added
CC   [email protected]

Comment # 34 on bug 10881 from
Reading through all the reviews and email discussions on -dev I think adding
Lua 5.3 support would be beneficial, for the reasons Peter explained:
https://www.wireshark.org/lists/wireshark-dev/201608/msg00147.html

I think emitting a warning from init.lua when Lua 5.3 is used would also be
useful to clear confusion. I think something like this would suffice:

"Warning! Wireshark's Lua API with Lua 5.3 and 5.2 are different due to the
differences in the Lua language. The API for Lua 5.3 is experimental.

The officially supported Lua version is 5.2, thus if you would like to 
ensure your scripts' compatibility with other installation use Lua 5.2.

This warning can be disabled in init.lua."


You are receiving this mail because:
  • You are watching all bug changes.