aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-21Lua: remove lua_data_handlePeter Wu1-4/+0
2019-05-17Lua: define table.unpack for Lua 5.1 for compatibilityPeter Wu1-0/+8
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-01-28wslua: Improve syntax error messageStig Bjørlykke1-3/+3
2019-01-28lua: fix build with Lua 5.1 due to missing LUA_OK macroPeter Wu1-1/+1
2019-01-28wslua: include Lua stack trace in startup error messagesPeter Wu1-6/+28
2019-01-27wslua: fix memleaks related to Proto and PrefPeter Wu1-0/+4
2018-09-07wslua: fix source argument in debug info for luacovPeter Wu1-13/+15
2018-07-20Lua: Switch from disable_lua to enable_lua.Gerald Combs1-3/+13
2018-05-04Get rid of more autotoolsisms.Guy Harris1-12/+0
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-31Qt: About dialog updates.Gerald Combs1-14/+6
2017-12-19wslua: Fix logger after g6a5e90f2Stig Bjørlykke1-9/+4
2017-09-20plugins: Add backward compatibility for personal lua scriptsJoão Valverde1-6/+44
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-3/+3
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde1-10/+3
2017-08-08Check for errors running the Lua scripts.Guy Harris1-5/+5
2016-12-20cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu1-10/+9
2016-10-14Lua: allow creating TVBs after calling other (Lua) dissectors.Jeff Morriss1-6/+12
2016-08-05Add PI_DEPRECATED expert info groupJoão Valverde1-0/+12
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-1/+2
2016-04-11Lua: Fix add and remove Fields when reload Lua pluginsStig Bjørlykke1-0/+1
2016-04-10wslua: Abort on out of memoryPeter Wu1-1/+9
2016-04-10lua: fix reload with -Xlua_scriptPeter Wu1-5/+6
2016-03-13Lua: Remove heur dissectors when reload Lua pluginsStig Bjørlykke1-0/+1
2016-02-28wslua: don't crash if disable_lua = true in init.luaMartin Kaiser1-0/+1
2016-02-25Clean up modelines and indentation.Guy Harris1-3/+3
2015-08-23Lua: remove unneeded todo commentsStig Bjørlykke1-7/+0
2015-08-12Lua: Moved deregister out of wslua_cleanupStig Bjørlykke1-8/+8
2015-08-11Lua: Remove unneeded call in wslua_cleanupStig Bjørlykke1-1/+0
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-27/+74
2015-07-23Lua: add plugin version infoHadriel Kaplan1-6/+34
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-8/+4
2015-07-04Lua: split init/cleanup routinesHadriel Kaplan1-1/+18
2015-06-09Don't try to clean up uninitialized Lua and crashBalint Reczey1-2/+4
2015-03-12CMake: Update wslua build and test.Gerald Combs1-2/+7
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-8/+3
2015-01-25Lua can free tvbuffs too earlyHadriel Kaplan1-3/+8
2015-01-04Lua: replace proto_tree_add_text callsHadriel Kaplan1-2/+22
2015-01-03Lua: replace deprecated functionsHadriel Kaplan1-1/+1
2014-12-31Lua: allow a Dissector object to be passed in for register_heuristicHadriel Kaplan1-0/+2
2014-12-25Bug 10233 - Wireshark crashes if Lua heuristic dissector returns trueHadriel Kaplan1-7/+15
2014-03-27Add paths to Lua package.path so require works for user scriptsHadriel Kaplan1-2/+22
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-11/+54
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-0/+164
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-1/+95
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-27Fix coverity warnings for all wslua files. (redux)Hadriel Kaplan1-1/+1
2014-02-13Lua: add ability for scripts loaded from command-line to be passed argumentsHadriel Kaplan1-6/+29