ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Lua dll is outdated in windows binaries

From: Balint Reczey <Balint.Reczey@xxxxxxxxxxxx>
Date: Thu, 20 Dec 2007 16:33:28 +0100
Hi,

It seems, that the Lua dll bundled with the windows installer is not the
latest stable version:

        yyy@mxxx:~$ strings ~/.wine/drive_c/Program\
        Files/Wireshark/lua5.1.dll  | grep 5.1
        $Lua: Lua 5.1 Copyright (C) 1994-2006 Lua.org, PUC-Rio $
        lua5.1.dll
        Lua 5.1
        
        yyy@xxx:~$ strings Downloads/lua5.1.dll | grep 5.1
        $Lua: Lua 5.1.2 Copyright (C) 1994-2007 Lua.org, PUC-Rio $
        Lua 5.1
        lua5.1.dll


Could it be replaced with the latest one?

Regards,
Balint