Lua: remove various logging functions (debug, warn, etc.)
[metze/wireshark/wip.git] / epan / wslua / template-init.lua
2018-09-07 Peter WuLua: remove various logging functions (debug, warn...
2018-07-20 Gerald CombsLua: Switch from disable_lua to enable_lua.
2018-04-30 Peter WuLua: ensure that DATA_DIR and USER_DIR have trailing...
2018-02-09 Dario Lombardoepan: more SPDX convertions.
2017-03-15 Stig BjørlykkeLua: Merge sep and str tables into base
2017-03-14 Stig BjørlykkeLua: Layout cleanup in init.lua
2016-12-20 Stig BjørlykkeLua: Add string types and byte seperators support.
2015-11-15 Stig BjørlykkeLua: Added support for ProtoField framenum type.
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2014-09-29 Evan HuusFix lua bindings to handle timestamp precision changes
2014-06-18 Pascal QuantinRemove svn $Id$ keyword in Lua scripts
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-03-27 Hadriel KaplanAdd paths to Lua package.path so require works for...
2014-03-26 Hadriel KaplanAdd various functions for Lua directory handling and...
2014-03-26 Hadriel KaplanAdd filterable expert info for Lua
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-02-14 Hadriel KaplanAdds support for Lua struct library so one can pack...
2014-01-30 Alexis La GoutteMerge "openSAFETY: Fixing field / byte assignment"
2014-01-29 Gerald CombsMerge "We have a usable tag now. There's no need to...
2014-01-29 Stig BjørlykkeMerge "Lua: Added a utility function file_exists()."
2014-01-29 Stig BjørlykkeLua: Added a utility function file_exists().
2013-05-29 Luis Ontanon fix for bug 7465
2013-02-25 Michael MannFix typos/errors and make Lua API more consistent.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-22 Balint ReczeyGive hint to check wiki.wireshark.org/CaptureSetup...
2012-05-14 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2011-08-08 Gerald CombsLoad console.lua and dtd-gen.lua from an explicit path.
2010-06-18 Stig BjørlykkeFix the check for disable_lua.
2010-06-17 Stig BjørlykkeEnable Lua by default.
2008-04-25 Jaap KeuterFrom Márton Németh:
2007-01-26 Bill MeierA few more ethereal --> wireshark
2007-01-21 Luis Ontanonfix bug 1321
2006-10-24 Luis OntanonHave Lua disabled by default.
2006-10-17 Luis OntanonSeveral changes:
2006-10-04 Luis Ontanon- wslua_util.c: replace Lua's loadfile and dofile...
2006-09-27 Luis Ontanon* rename REGISTER_STAT_GROUP_E -> register_stat_group_t
2006-09-27 Luis OntanonAdd a simple lua console to allow evaluation of conde...
2006-09-25 Luis OntanonMove the Lua interface into epan... (not a plugin anymore).