aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-31Fix for Bug-9711 Lua: the Lua stack is growing slightly during initialization.Hadriel Kaplan1-0/+3
2014-01-30Lua: Improved running in build directory.Stig Bjørlykke1-1/+7
2014-01-14Don't cast away constness.Guy Harris1-3/+4
2014-01-07Added expired handling to FieldInfo.Stig Bjørlykke1-0/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+34
2013-10-23Add Lua cleanup on shutdown, to help with memory leak detection. Bug 5575 (...Michael Mann1-0/+7
2013-10-09Prefix all "Wireshark application specific" display filters with a "_ws." to ...Michael Mann1-8/+15
2013-09-08Couldn't quite figure out how to make the expert items in proto.c and the LUA...Michael Mann1-2/+2
2013-09-07Added support for a "prefs_change" function in Lua scripts, which is calledStig Bjørlykke1-0/+15
2013-08-13Show the Lua plugin being loaded in the splash screen.Stig Bjørlykke1-17/+45
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+0
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-2/+2
2013-03-16From beroset:Anders Broman1-4/+5
2013-03-11Fix Coverity CID 989732: Structurally dead code.Chris Maynard1-8/+18
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-2/+0
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-05Whitespace changesJörg Mayer1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-25From Tony Trinh:Anders Broman1-12/+15