aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/template-init.lua
AgeCommit message (Expand)AuthorFilesLines
2015-11-15Lua: Added support for ProtoField framenum type.Stig Bjørlykke1-0/+3
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2014-09-29Fix lua bindings to handle timestamp precision changesEvan Huus1-0/+2
2014-06-18Remove svn $Id$ keyword in Lua scriptsPascal Quantin1-2/+0
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+3
2014-03-27Add paths to Lua package.path so require works for user scriptsHadriel Kaplan1-1/+42
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-2/+7
2014-03-26Add filterable expert info for LuaHadriel Kaplan1-0/+5
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-0/+4
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan1-1/+1
2014-01-29Lua: Added a utility function file_exists().Stig Bjørlykke1-0/+5
2013-05-29 fix for bug 7465Luis Ontanon1-0/+2
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann1-0/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-22Give hint to check http://wiki.wireshark.org/CaptureSetup/CapturePrivileges i...Balint Reczey1-5/+6
2012-05-14Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-0/+2
2011-08-08Load console.lua and dtd-gen.lua from an explicit path.Gerald Combs1-2/+2
2010-06-18Fix the check for disable_lua.Stig Bjørlykke1-1/+1
2010-06-17Enable Lua by default.Stig Bjørlykke1-2/+5
2008-04-25From Márton Németh:Jaap Keuter1-4/+4
2007-01-26A few more ethereal --> wiresharkBill Meier1-1/+1
2007-01-21fix bug 1321Luis Ontanon1-1/+3
2006-10-24Have Lua disabled by default.Luis Ontanon1-3/+3
2006-10-17Several changes:Luis Ontanon1-23/+6
2006-10-04- wslua_util.c: replace Lua's loadfile and dofile for versions that will try...Luis Ontanon1-5/+8
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon1-11/+11
2006-09-27Add a simple lua console to allow evaluation of conde into init.luaLuis Ontanon1-0/+25
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+61