wireshark/epan/wslua
Hadriel Kaplan 991bd3d7e1 Fix bug 9732: ' Lua: recent commit changed some MENU_ key names in init.lua'
A recent fix (made by me) for bug 9707, in Change-Id:
If4ee1906aa60dd37366cf2ef9bc4168e0ea024b6, made the perl regex grab too much
of the menu name.  It changed MENU_STAT_CONVERSATION, MENU_STAT_RESPONSE, and
MENU_ANALYZE_CONVERSATION's key names into their longer C-code names.  Ugh.

The fix for this is a bit brittle, but I think it's impractical to avoid it
being brittle, due to needing to support legacy Lua scripts.  I put comments
in stat_menu.h to warn of the danger.

Change-Id: I41408e9d4f5b5bd73e2871fccabff81c7cbd242d
Reviewed-on: https://code.wireshark.org/review/140
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-02-08 11:29:32 +00:00
..
CMakeLists.txt Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00
console.lua
dtd_gen.lua
init_wslua.c Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization. 2014-01-31 16:31:59 +00:00
init_wslua.h Add extern C for init_wslua (for future use in Wireshark Qt) 2014-01-01 14:12:38 +00:00
lua_bitop.c Fix bug 9720 'Lua: bitop library is missing in Lua 5.2' 2014-02-04 22:01:01 +00:00
lua_bitop.h In a source file that defines external functions, the header file that 2014-01-13 22:06:12 +00:00
make-init-lua.pl Fix bug 9732: ' Lua: recent commit changed some MENU_ key names in init.lua' 2014-02-08 11:29:32 +00:00
make-reg.pl Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00
make-taps.pl Don't cast away constness. 2014-01-14 18:12:14 +00:00
Makefile.am Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00
Makefile.nmake Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00
taps Enable Lua ldap, smb and smb2 taps 2013-09-10 11:18:41 +00:00
template-init.lua Lua: Added a utility function file_exists(). 2014-01-29 16:05:48 +01:00
wslua.h Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00
wslua_dumper.c Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization. 2014-01-31 16:31:59 +00:00
wslua_field.c Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00
wslua_gui.c Fix bug 9732: ' Lua: recent commit changed some MENU_ key names in init.lua' 2014-02-08 11:29:32 +00:00
wslua_int64.c Two fixes for license headers 2014-02-05 21:43:59 +00:00
wslua_listener.c Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization. 2014-01-31 16:31:59 +00:00
wslua_pinfo.c Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization. 2014-01-31 16:31:59 +00:00
wslua_proto.c Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but was supposed to be' 2014-02-07 19:19:54 +00:00
wslua_tree.c Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but was supposed to be' 2014-02-07 19:19:54 +00:00
wslua_tvb.c Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but was supposed to be' 2014-02-07 19:19:54 +00:00
wslua_util.c Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00