aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/init_wslua.c
AgeCommit message (Expand)AuthorFilesLines
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