wireshark/epan/wslua
Guy Harris 5e231d1d9c Fix wslua_filehandler_open() to work as wiretap open routines should.
They should return 1 on success, -1 on error, and 0 if there was no
error but the file isn't one of the type for the routine.  They must not
return any other value.  If they return -1, they must set *err.

Change-Id: I0f1e1675b4cc8f0214ad67a23de0e4ecb09cabea
Reviewed-on: https://code.wireshark.org/review/4221
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-09-20 22:52:00 +00:00
..
CMakeLists.txt Make Lua taps work in out-of-source-tree builds. 2014-08-03 17:26:25 +00:00
console.lua Remove svn $Id$ keyword in Lua scripts 2014-06-18 23:51:34 +00:00
dtd_gen.lua Remove svn $Id$ keyword in Lua scripts 2014-06-18 23:51:34 +00:00
init_wslua.c Add paths to Lua package.path so require works for user scripts 2014-03-27 05:03:39 +00:00
init_wslua.h
lrexlib.c Fix some compiler issues on windows with Lua 5.2 2014-03-29 12:36:48 +00:00
lrexlib.h Fix some compiler issues on windows with Lua 5.2 2014-03-29 12:36:48 +00:00
lrexlib_algo.h Fix some compiler issues on windows with Lua 5.2 2014-03-29 12:36:48 +00:00
lrexlib_glib.c Fix warning (turning error) when compiling with -O3 2014-08-13 06:05:48 +00:00
lrexlib_glib_f.c
lua_bitop.c
lua_bitop.h
make-init-lua.pl Rename and move ui/stat_menu.h to epan/stat_groups.h. 2014-07-03 20:30:42 +00:00
make-reg.pl Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
make-taps.pl Fix generation of wslua taps in out-of-source-tree builds when the source tree 2014-08-12 04:14:12 +00:00
Makefile.am Fix generation of wslua taps in out-of-source-tree builds when the source tree 2014-08-12 04:14:12 +00:00
Makefile.nmake Make Lua taps work in out-of-source-tree builds. 2014-08-03 17:26:25 +00:00
taps Continue to remove $Id$ from top of file 2014-03-31 18:48:06 +00:00
template-init.lua Remove svn $Id$ keyword in Lua scripts 2014-06-18 23:51:34 +00:00
wslua.h Revert "Refactor Wiretap" 2014-05-09 05:21:01 +00:00
wslua_dir.c Add various functions for Lua directory handling and path info 2014-03-26 07:37:34 +00:00
wslua_dumper.c Convert the obvious emem to wmem in lua code. 2014-06-18 05:54:28 +00:00
wslua_field.c Replace linked list of proto fields with array 2014-04-21 15:37:06 +00:00
wslua_file.c Fix wslua_filehandler_open() to work as wiretap open routines should. 2014-09-20 22:52:00 +00:00
wslua_gui.c Convert the obvious emem to wmem in lua code. 2014-06-18 05:54:28 +00:00
wslua_int64.c Remove $Id$ in wslua 2014-04-04 07:25:27 +00:00
wslua_internals.c Remove $Id$ in wslua 2014-04-04 07:25:27 +00:00
wslua_listener.c Enhance Lua API doc generator and add more API info 2014-03-25 05:30:11 +00:00
wslua_pinfo.c Convert the obvious emem to wmem in lua code. 2014-06-18 05:54:28 +00:00
wslua_proto.c Various minor changes: 2014-09-10 16:17:29 +00:00
wslua_struct.c Allow chained calls with Lua TreeItem functions, and fix a couple of minor errors. 2014-03-28 04:27:43 +00:00
wslua_tree.c Add tvb_get and proto_tree_add for string-encoded byte arrays 2014-04-17 14:04:19 +00:00
wslua_tvb.c Convert the obvious emem to wmem in lua code. 2014-06-18 05:54:28 +00:00
wslua_util.c lua_pushstring takes a copy of its argument 2014-06-17 17:25:35 +00:00