aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke1-0/+1
2011-10-18Added a private hash table to transport string values between dissectors.Stig Bjørlykke1-0/+1
2011-10-02Added register action for loading Lua plugins.Stig Bjørlykke1-5/+9
2011-08-25Do case insensitive search for lua scripts to load.Stig Bjørlykke1-3/+1
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optionGerald Combs1-3/+3
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-1/+1
2011-05-17More eradication of old-style function definitions.Guy Harris1-1/+1
2011-04-21Include config.h only from .c files.Stig Bjørlykke1-0/+4
2011-01-31Put back a 'return' statement so GCC doesn't generate a warning...Bill Meier1-0/+1
2011-01-30Fix a number of msvc level 4 "Unreachable code" warnings by removing unneededBill Meier1-1/+1
2010-12-10Move wslua_plugin_list to epan/plugins.c, that should fix the Solaris builds ...Balint Reczey1-1/+0
2010-12-09Always provide wslua_plugin_list, even if we don't have Lua configured.Balint Reczey1-1/+1
2010-10-21Aw, man, I knew this code was parsed, but I missed the docbook part. Revert ...Jeff Morriss1-45/+20
2010-10-21Make the indentation consistent.Jeff Morriss1-22/+47
2010-08-13Do not load lua-scripts starting with '.'Stig Bjørlykke1-0/+8
2009-10-24Load lua scripts from subdirectories in the plugins folders.Stig Bjørlykke1-21/+20
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke1-8/+85
2009-10-11Make more functions static.Stig Bjørlykke1-1/+1
2009-10-01Made lua_load_script() static.Stig Bjørlykke1-1/+1
2009-06-04Changed expert infos from PI_DEBUG to PI_UNDECODED for Lua errors.Stig Bjørlykke1-2/+2
2009-05-10Postpone marking objects as expired until the whole frame is completed.Stig Bjørlykke1-7/+11