wireshark/epan/wslua
Guy Harris 50add40a2d Fix some more "char is unsigned" issues, and a possible "char is signed" one.
C neither guarantees that char is signed nor that it's unsigned.  Make
the str_to_nibble tables arrays of gint8, to make sure they can hold
numbers between 0 and 15 as well as -1.  Cast gchar to guchar, not int,
when using it as a subscript into that array, so that the subscripts are
in the range 0 to 255, not -128 to 127.

Change-Id: Ib85de5aa4e83ae9efd808c78ce3f86f45b4a3f2a
Reviewed-on: https://code.wireshark.org/review/4734
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-10-16 18:16:58 +00:00
..
CMakeLists.txt
console.lua
dtd_gen.lua
init_wslua.c
init_wslua.h
lrexlib.c
lrexlib.h
lrexlib_algo.h
lrexlib_glib.c
lrexlib_glib_f.c
lua_bitop.c
lua_bitop.h
make-init-lua.pl Fix lua bindings for timestamp precision 2014-09-29 15:50:18 +00:00
make-reg.pl
make-taps.pl
Makefile.am
Makefile.nmake
taps
template-init.lua Fix lua bindings to handle timestamp precision changes 2014-09-29 02:35:29 +00:00
wslua.h
wslua_dir.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_dumper.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_field.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_file.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_gui.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_int64.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_internals.c Fix some more "char is unsigned" issues, and a possible "char is signed" one. 2014-10-16 18:16:58 +00:00
wslua_listener.c
wslua_pinfo.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_proto.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_struct.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_tree.c Lua: Improved TreeItem:add documentation. 2014-10-09 05:42:13 +00:00
wslua_tvb.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00
wslua_util.c Lua: luaL_checkstring does not return NULL 2014-10-13 19:06:40 +00:00