aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/template-init.lua
AgeCommit message (Collapse)AuthorFilesLines
2010-06-18Fix the check for disable_lua.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=33252
2010-06-17Enable Lua by default.Stig Bjørlykke1-2/+5
svn path=/trunk/; revision=33243
2008-04-25From Márton Németh:Jaap Keuter1-4/+4
Cleanup ident of epan/wslua/init_wslua.c: use spaces instead of tabs. cleanup the ident of generator scripts and for template-init.lua Spaces used instead of tabs for indent. Removed spaces placed by generator script just before a newline. svn path=/trunk/; revision=25176
2007-01-26A few more ethereal --> wiresharkBill Meier1-1/+1
svn path=/trunk/; revision=20559
2007-01-21fix bug 1321Luis Ontanon1-1/+3
svn path=/trunk/; revision=20515
2006-10-24Have Lua disabled by default.Luis Ontanon1-3/+3
Add more documentation to the code. change make-dco.pl so that it creates more readable docbook output. This should be copied over to 0.99.4 svn path=/trunk/; revision=19670
2006-10-17Several changes:Luis Ontanon1-23/+6
- do not #include a c code file in wslua_register.c compile a separate boject - add the console and evaluate windows - add some useful vars to the lua environment - some cleanup - add the dtd generator code (currently disabled) svn path=/trunk/; revision=19579
2006-10-04- wslua_util.c: replace Lua's loadfile and dofile for versions that will ↵Luis Ontanon1-5/+8
try to open the file in perscofdir then dataconfdir if there's no such file in cwd - wslua_field.c: avoid FieldInfo:__tostring() crashing when the ftype has no val_to_string_repr - init.lua: inform the user that a packet has been disabled, intead of a cryptic "attemt to call nil" - Makefile.am: add register_wslua.c and declare_wslua.h to MAINTAINERCLEANFILES - wslua_gui.c: fix a typo svn path=/trunk/; revision=19425
2006-09-27* rename REGISTER_STAT_GROUP_E -> register_stat_group_tLuis Ontanon1-11/+11
* Add a "Tools" menu * allow wslua's register_menu to register menu items into more menus svn path=/trunk/; revision=19338
2006-09-27Add a simple lua console to allow evaluation of conde into init.luaLuis Ontanon1-0/+25
svn path=/trunk/; revision=19332
2006-09-25Move the Lua interface into epan... (not a plugin anymore).Luis Ontanon1-0/+61
- Rename Tap into Listener - add a mechanism to pass protocols' tap data to the Listener svn path=/trunk/; revision=19319