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

Wireshark-dev: [Wireshark-dev] Lua minimum version

From: Dario Lombardo <lomato@xxxxxxxxx>
Date: Wed, 19 Dec 2018 09:53:48 +0100
Hi,
which is the lua minimum version supported? 

The commit

commit 5953756305388724545f0df46d286be2f02c048a
Author: Guy Harris <guy@xxxxxxxxxxxx>
Date:   Mon Dec 17 10:57:20 2018 -0800

    Add routines to load Lua programs that assume the path is UTF-8 on Windows.
    
used lua_load with 5 params, that was introduced in lua 5.2 (if I'm not mistaken). Centos ships with lua 5.1, resulting in failing builds on that platform that has lua_load with 4 params only.
Dario.