wireshark/epan/wslua
Gerald Combs 61dd06ed9f Lua: Switch from disable_lua to enable_lua.
Deprecate "disable_lua" in favor of "enable_lua". Configuration options
typically use "true" or a similar value to enable features. Using
"disable_lua = false" to enable Lua seems odd.

Change-Id: I224acad0559d409ea0a28b5555d1eb898564328c
Reviewed-on: https://code.wireshark.org/review/28773
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-07-20 06:42:38 +00:00
..
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
CMakeLists.txt spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
console.lua epan: more SPDX convertions. 2018-02-09 14:41:31 +00:00
dtd_gen.lua epan: more SPDX convertions. 2018-02-09 14:41:31 +00:00
init_wslua.c Lua: Switch from disable_lua to enable_lua. 2018-07-20 06:42:38 +00:00
init_wslua.h replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later. 2018-02-08 14:57:36 +00:00
lrexlib.c spdx: more licenses converted. 2018-03-09 04:50:23 +00:00
lrexlib.h spdx: more licenses converted. 2018-03-09 04:50:23 +00:00
lrexlib_algo.h spdx: more licenses converted. 2018-03-09 04:50:23 +00:00
lrexlib_glib.c spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
lrexlib_glib_f.c spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
lua_bitop.c spdx: more licenses converted. 2018-03-09 04:50:23 +00:00
lua_bitop.h spdx: more licenses converted. 2018-03-09 04:50:23 +00:00
make-init-lua.pl spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
make-reg.pl spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
make-taps.pl spdx: more licenses converted. 2018-03-07 15:56:44 +00:00
taps Remove autotools build system. 2018-04-18 03:46:17 +00:00
template-init.lua Lua: Switch from disable_lua to enable_lua. 2018-07-20 06:42:38 +00:00
wslua.h wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_address.c wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_byte_array.c wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_capture_info.c wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_column.c wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_dir.c wslua: fix memleak in Dir.remove_all on error path 2018-05-10 06:16:19 +00:00
wslua_dissector.c wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_dumper.c wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_field.c wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_file.c wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_file_common.c wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_file_common.h wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_file_handler.c wslua: use Filehandler.extensions for controlling output files 2018-03-15 20:04:20 +00:00
wslua_frame_info.c wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_gui.c wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_int64.c spdx: more licenses converted. 2018-03-09 04:50:23 +00:00
wslua_internals.c wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_listener.c Free g_ptr_array_free-related memory leaks 2018-05-14 13:42:10 +00:00
wslua_nstime.c wslua: fix NSTime:__tostring for negative values 2018-05-25 12:50:18 +00:00
wslua_pinfo.c wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_pinfo_common.h wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_pref.c Free g_array_free-related memory leaks 2018-05-14 13:44:23 +00:00
wslua_proto.c wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_proto_expert.c wslua: use SPDX identifiers. 2018-02-09 12:31:21 +00:00
wslua_proto_field.c Free g_array_free-related memory leaks 2018-05-14 13:44:23 +00:00
wslua_struct.c spdx: more licenses converted. 2018-03-09 04:50:23 +00:00
wslua_tree.c wslua: Convert more comment markup to Asciidoctor. 2018-02-11 17:12:52 +00:00
wslua_tvb.c Add, and use, "fetch signed value" for lengths < 40 bits. 2018-04-10 14:55:45 +00:00
wslua_util.c Get rid of more autotoolsisms. 2018-05-04 19:14:34 +00:00