wireshark/epan/wslua
Michael Mann 6fa77a6acb Add data structures necessary to support multiple Section Header blocks.
This doesn't try to use any data from multiple Section Header blocks, it
just converts single Section Header block usage into a GArray, so the
potential is there to then use/support multiple Section Header blocks
within a file format (like pcapng)

Change-Id: I6ad1f7b8daf4b1ad7ba0eb1ecf2e170421505486
Reviewed-on: https://code.wireshark.org/review/15636
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-06-01 14:33:23 +00:00
..
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
CMakeLists.txt Add checkAPI calls to CMake. 2016-05-02 12:01:24 +00:00
Makefile.am Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
Makefile.nmake Lua: split up wslua files into class-based files 2015-07-12 02:08:24 +00:00
console.lua Lua: Switch URL to documentation to HTTPS 2015-11-26 15:45:07 +00:00
dtd_gen.lua
init_wslua.c Lua: Fix add and remove Fields when reload Lua plugins 2016-04-11 17:59:11 +00:00
init_wslua.h Added Reload Lua plugins. 2015-08-11 12:09:07 +00:00
lrexlib.c
lrexlib.h Lua: add functions for more field information 2015-07-09 01:49:11 +00:00
lrexlib_algo.h Revert "Try to please both GCC (the compiler, not me) and clang." 2015-05-05 16:01:35 +00:00
lrexlib_glib.c Lua: add functions for more field information 2015-07-09 01:49:11 +00:00
lrexlib_glib_f.c
lua_bitop.c
lua_bitop.h
make-init-lua.pl Lua: Added support for ProtoField framenum type. 2015-11-15 18:33:16 +00:00
make-reg.pl wslua: do not pop from empty stack on newer LUA versions 2015-09-30 12:31:56 +00:00
make-taps.pl make-taps.pl: Remove perl >= 5.14 requirement 2016-04-17 01:34:56 +00:00
taps Create a way to register "capture" dissectors. 2015-12-13 14:34:13 +00:00
template-init.lua Lua: Added support for ProtoField framenum type. 2015-11-15 18:33:16 +00:00
wslua.h Add data structures necessary to support multiple Section Header blocks. 2016-06-01 14:33:23 +00:00
wslua_address.c Add free_address_wmem(), fix warnings [-Wcast-qual] 2016-02-26 23:09:43 +00:00
wslua_byte_array.c wslua: do not free TVB for data sources 2016-01-27 09:25:39 +00:00
wslua_capture_info.c Add data structures necessary to support multiple Section Header blocks. 2016-06-01 14:33:23 +00:00
wslua_column.c Lua: split up wslua files into class-based files 2015-07-12 02:08:24 +00:00
wslua_dir.c
wslua_dissector.c Fix warnings/errors of type -Wused-but-marked-unused 2016-03-28 13:27:52 +00:00
wslua_dumper.c Add more fields to packet_info structure and use them. 2016-01-23 03:50:58 +00:00
wslua_field.c Have fvalue_to_string_repr always return an (wmem) allocated buffer. 2016-05-10 22:49:08 +00:00
wslua_file.c Fix warnings/errors of type -Wused-but-marked-unused 2016-03-28 13:27:52 +00:00
wslua_file_common.c Lua: split up wslua files into class-based files 2015-07-12 02:08:24 +00:00
wslua_file_common.h Lua: split up wslua files into class-based files 2015-07-12 02:08:24 +00:00
wslua_file_handler.c For now, call the finish routine in Lua file writers "close". 2015-11-16 19:18:15 +00:00
wslua_frame_info.c Fix warnings/errors of type -Wused-but-marked-unused 2016-03-28 13:27:52 +00:00
wslua_gui.c Lua: Added reload_lua_plugins 2016-01-11 07:43:36 +00:00
wslua_int64.c Coverity CID 1167971-1167974: constant expressions in wslua_int64 2015-09-04 12:35:49 +00:00
wslua_internals.c
wslua_listener.c Add the packet number to the packet_info structure, and use it. 2016-01-24 03:41:28 +00:00
wslua_nstime.c Lua: split up wslua files into class-based files 2015-07-12 02:08:24 +00:00
wslua_pinfo.c Add the packet number to the packet_info structure, and use it. 2016-01-24 03:41:28 +00:00
wslua_pinfo_common.h Lua: split up wslua files into class-based files 2015-07-12 02:08:24 +00:00
wslua_pref.c Lua: Fix switch-case braces. 2015-12-14 21:19:34 +00:00
wslua_proto.c wslua: fix crash on Lua errors in dissect_tcp_pdus get_len_func 2016-04-17 21:11:23 +00:00
wslua_proto_expert.c Lua: Validate ProtoExpert.new arguments 2015-12-11 09:42:50 +00:00
wslua_proto_field.c Lua: Cleanup ProtoField_time 2015-12-14 05:19:59 +00:00
wslua_struct.c
wslua_tree.c Lua: Check out-of-bounds before tvb_strsize() 2016-02-09 05:29:20 +00:00
wslua_tvb.c Rename "libz" to "zlib" 2016-04-04 06:58:41 +00:00
wslua_util.c Clean up modelines and indentation. 2016-02-25 21:34:36 +00:00