aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-15Separate reassembly request methods in Lua API implementation.Balint Reczey1-8/+2
2008-11-21Fix PDU reassembly for Lua dissectors.Balint Reczey1-6/+10
2008-11-20Fix PDU reassembly for Lua dissectors.Balint Reczey1-3/+10
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-26From Balint ReczeyLuis Ontanon1-4/+7
2008-06-30Move privileges.c and unicode-utils.c from epan to wsutil (so things likeJeff Morriss1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+2
2008-04-25From Márton Németh:Jaap Keuter1-25/+25
2008-02-26A couple more const fixes.Jeff Morriss1-1/+1
2008-02-26Oops, freeing a const char* doesn't always work. Make it not a const.Jeff Morriss1-1/+1
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss1-0/+5
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+1
2008-01-07Add a cast.Stig Bjørlykke1-1/+1
2008-01-07From Balint Reczey (bug 2146):Stig Bjørlykke1-2/+13
2007-10-16A few more s/fopen/eth_fopen/Jeff Morriss1-46/+47
2006-12-22- Fix the name of the disable_lua variable.Luis Ontanon1-6/+6
2006-09-26wslua_init() must return a valueLuis Ontanon1-1/+1
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+323