wireshark/epan/wslua
Hadriel Kaplan 217f9fd0d9 Fix Bug 9728 'Lua: ProtoField.bool() VALUESTRING argument is not optional but was supposed to be'
Similar to bug 9725 and ProtoField.new(), the way the VALUESTRING argument is being checked
in the code for ProtoField.bool() ends up making it non-optional.  This patch fixes that,
along with some minor API documentation fixes (text).

Change-Id: Iadb9a8ace9c5514fc623d882301fe16b637fe4ce
Reviewed-on: https://code.wireshark.org/review/125
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Evan Huus <eapache@gmail.com>
2014-02-07 19:19:54 +00:00
..
CMakeLists.txt Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +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
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 for Bug-9712 Lua: changes to WTAP_FILE_ #define names prevents them being in init.lua 2014-01-31 13:28:10 +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
taps
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 for Bug-9711 Lua: the Lua stack is growing slightly during initialization. 2014-01-31 16:31:59 +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