wireshark/epan/wslua
João Valverde 265a41e14d autotools: Don't use "user variables" to set build flags
GNU coding standards recommend against it and automake is designed
around it.

This allows overriding the global build flags using AM_CFLAGS, etc.,
or per object flags, something that is difficult or impossible currently
because of automake precedence rules.

Change-Id: I3f1ea12e560af5a46b2f04b342b1882bbf123f12
Reviewed-on: https://code.wireshark.org/review/13455
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2016-01-28 18:13:48 +00:00
..
CMakeLists.txt
console.lua Lua: Switch URL to documentation to HTTPS 2015-11-26 15:45:07 +00:00
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 Lua: Added support for ProtoField framenum type. 2015-11-15 18:33:16 +00:00
make-reg.pl
make-taps.pl Use address functions instead of ADDRESS macros in asn1 and epan 2015-10-22 11:45:56 +00:00
Makefile.am autotools: Don't use "user variables" to set build flags 2016-01-28 18:13:48 +00:00
Makefile.nmake
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 Lua: Free Pref default string 2015-12-14 19:01:02 +00:00
wslua_address.c Use address functions instead of ADDRESS macros in asn1 and epan 2015-10-22 11:45:56 +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 Don't include libwireshark headers from libwiretap. 2015-11-04 00:56:44 +00:00
wslua_column.c
wslua_dir.c
wslua_dissector.c new_register_dissector -> register_dissector for remaining uses. 2015-12-11 03:42:37 +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
wslua_file.c
wslua_file_common.c
wslua_file_common.h
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
wslua_gui.c Lua: Added reload_lua_plugins 2016-01-11 07:43:36 +00:00
wslua_int64.c
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
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
wslua_pref.c Lua: Fix switch-case braces. 2015-12-14 21:19:34 +00:00
wslua_proto.c Qt: Reload Lua expert infos 2015-12-11 05:17:58 +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 Add routines to add an item and return the item's real length. 2016-01-09 02:26:06 +00:00
wslua_tvb.c wslua: fix memleak on error path of Tvb:bytes() 2016-01-26 21:36:06 +00:00
wslua_util.c