summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-02-08Changed how files are loaded.Luis Ontanon1-39/+67
2006-02-07changes to build lua plugin with MSVC6:Lars Roland4-14/+70
2006-02-07init_routines was moved back to globals.Luis Ontanon1-1/+1
2006-02-07I Noticed a crash when registering a tap with filter during handoff (that's w...Luis Ontanon2-46/+9
2006-02-06+ gui_enabled()Luis Ontanon3-10/+25
2006-02-06svn eol-style and keywordsJörg Mayer1-1/+1
2006-02-06Lua uses the simple dialogLuis Ontanon4-1/+126
2006-02-05Add an example of tap,text window and menu usageLuis Ontanon1-0/+58
2006-02-05* move all the tap functions to lua_tapLuis Ontanon5-198/+258
2006-02-05Allow lua to register menu itemsLuis Ontanon3-0/+70
2006-02-04Propset eol-style and Id for allLuis Ontanon1-3/+20
2006-02-04Give lua a minimal gui.Luis Ontanon5-1/+150
2006-02-03* packet-lua.hLuis Ontanon6-392/+537
2006-02-01From Eric Hultin:Anders Broman8-2/+1972
2006-01-31It was hard.. but at the end I won (or at least i believe so...).Luis Ontanon2-16/+18
2006-01-29Warning fixes: no ';' at the end of functions.Jörg Mayer6-80/+82
2006-01-29* packet-lua.hLuis Ontanon3-20/+39
2006-01-28* lua_pinfo.cLuis Ontanon3-10/+100
2006-01-28* packet-lua.hLuis Ontanon5-493/+692
2006-01-26* we need not to register the interesting fields via a tap its registration s...Luis Ontanon4-46/+109
2006-01-26 * lua_tree.cLuis Ontanon5-206/+358
2006-01-25two bugs lessLuis Ontanon1-2/+2
2006-01-25One step at a timeLuis Ontanon6-107/+190
2006-01-25Avoid crashing when given an object of the wrong usertypeLuis Ontanon3-20/+54
2006-01-24an Address class, changed the names of some classes, modified pinfo to be a t...Luis Ontanon6-231/+590
2006-01-24it wasn't a goo idea,Luis Ontanon118-23305/+0
2006-01-24Add register_postdissector() to the API.Luis Ontanon1-1/+6
2006-01-24 I forgot the Licence!Luis Ontanon6-0/+167
2006-01-23Use .la instead of .so as dependency in MakefilesLuis Ontanon1-7/+7
2006-01-23Add lua-5.0.2Luis Ontanon127-2576/+26155
2006-01-21Another iteration, new things aren't tested yet.Luis Ontanon2-242/+1094
2006-01-20Add the commit message as READMEJörg Mayer4-2/+47
2006-01-20Starts to work so I check it in.Luis Ontanon3-0/+2080
2006-01-05Bill Meier:Jörg Mayer5-15/+15
2005-12-13we are opening the file for writing....Luis Ontanon1-2/+2
2005-12-12- add Debug and Default declarations.Luis Ontanon5-9/+85
2005-12-12Avoid to crash if we are given an unexistent field.Luis Ontanon1-1/+1
2005-12-12Done is not needed anymore; Luis Ontanon1-3/+4
2005-12-11Cleanup the grammar.Luis Ontanon1-693/+152
2005-12-09Fix ...$ to : $Jörg Mayer5-6/+6
2005-11-22Trivial warning fixesJörg Mayer2-7/+7
2005-11-12minor enhancementsUlf Lamping1-1/+11
2005-11-07Use <wiretap/file_util.h> to include "file_util.h"; otherwise, theGuy Harris2-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping2-4/+6
2005-11-02minor enhancement (raised plugin version to 0.1.2):Ulf Lamping3-4/+49
2005-10-31When printing the code for a display filter:Guy Harris1-27/+1
2005-10-17From Peter JohanssonAnders Broman1-1/+1
2005-10-16Fix a typo found by Guy.Gerald Combs1-46/+46
2005-10-09Add Makefile.in to maintainer-cleanJörg Mayer1-0/+4
2005-10-07From Richard van der Hoff:Luis Ontanon1-17/+36