wireshark/epan/wslua
Evan Huus 1cd7828527 Various fixes to the Lua int64 code
- add casts to pacify certain buildbots
- skip test if lua isn't available

Change-Id: I614c05dca40cb848c87b361e4b3d3c4e94aafb9e
Reviewed-on: https://code.wireshark.org/review/97
Reviewed-by: Evan Huus <eapache@gmail.com>
Tested-by: Evan Huus <eapache@gmail.com>
2014-02-04 00:59:07 +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 Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
dtd_gen.lua Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
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 In a source file that defines external functions, the header file that 2014-01-13 22:06:12 +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 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 for Bug-9711 Lua: the Lua stack is growing slightly during initialization. 2014-01-31 16:31:59 +00:00
wslua_int64.c Various fixes to the Lua int64 code 2014-02-04 00:59:07 +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 for Bug-9711 Lua: the Lua stack is growing slightly during initialization. 2014-01-31 16:31:59 +00:00
wslua_tree.c Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00
wslua_tvb.c Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00
wslua_util.c Adds support for Lua Int64 and UInt64 operators, functions, and general 2014-02-04 00:37:46 +00:00