aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-03-27Remove some unused #defines.Gerald Combs1-4/+0
2006-03-23Further refinements for Coverity CID 42. Make some "0"s (which were Gerald Combs1-137/+139
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg4-0/+4
2006-03-19Add pinfo.lo and pinfo.hi been thise the lower and the higher between pinfo.s...Luis Ontanon1-9/+55
2006-03-16we don't need to "ban" the print call any longerUlf Lamping1-11/+0
2006-03-14coverity bug 43Ronnie Sahlberg1-1/+4
2006-03-13Use checkTextWindow instead of shiftTextWindow to fetch the window object fro...Luis Ontanon1-15/+38
2006-03-13Expert info is going to be used in runtime.Luis Ontanon1-67/+8
2006-03-12This time, should be the good one!Luis Ontanon1-0/+1
2006-03-12I Hope this worksLuis Ontanon1-1/+4
2006-03-12Move make-init-lua.pl and family to plugins/lua and have init.lua installed i...Luis Ontanon3-1/+189
2006-03-12reenable TreeItem,Luis Ontanon2-10/+16
2006-03-12Protocols are now invoked.Luis Ontanon1-9/+8
2006-03-11Remove debug code...Luis Ontanon1-10/+0
2006-03-11Protocols register OK.Luis Ontanon4-51/+82
2006-03-11 Mark coverity CID 117 as a false positive.Luis Ontanon1-0/+2
2006-03-11... and don't forget to include emem.h!Ulf Lamping1-0/+1
2006-03-11replace g_malloc and alike by their corresponding ep_ functionsUlf Lamping2-14/+7
2006-03-10various code cleanup (e.g. remove unrequired length parameter), should also f...Ulf Lamping1-80/+73
2006-03-09Add lua:s nmakefile.nmake to the distribution.Anders Broman1-1/+2
2006-03-09coverity bug#42Ronnie Sahlberg1-1/+3
2006-03-08fix coverity bug 122Ronnie Sahlberg1-4/+6
2006-03-07Remove strhash test code from lua...Luis Ontanon1-29/+0
2006-03-07- merge SubTree, ProtoTree and ProtoItem into a single TreeItem class.Luis Ontanon9-414/+278
2006-03-05+ retap_packets()Luis Ontanon1-0/+7
2006-03-05+ retap_packets()Luis Ontanon2-26/+6
2006-03-02- make them work as the got broken while docommenting them.Luis Ontanon2-3/+3
2006-03-02- remove some warnings from the windows compileLuis Ontanon3-28/+51
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.Gerald Combs2-16/+20
2006-02-27- Some more commentsLuis Ontanon2-19/+23
2006-02-25The semantics of luaL_checkudata() change between 5.0 and 5.1 (the later trig...Luis Ontanon3-11/+13
2006-02-25- elua_protoLuis Ontanon3-147/+261
2006-02-24I changed some vanames and did not compile...Luis Ontanon2-5/+5
2006-02-23- More "docOMMentation" of the APILuis Ontanon4-196/+402
2006-02-23Delete docs in maintainer-clean targetJörg Mayer1-1/+2
2006-02-22Forgot...Luis Ontanon1-0/+128
2006-02-22- More documentation embeded in the source code.Luis Ontanon11-240/+216
2006-02-22elua_register.h wasn't built automaticallyJörg Mayer1-2/+3
2006-02-21- rename all the c filesLuis Ontanon13-412/+705
2006-02-21Fix for bug 756. Handle CR as part of separator as well. Jaap Keuter1-2/+2
2006-02-19- Use lua 5.1Luis Ontanon9-210/+72
2006-02-18rename plugin.c to lua_plugin.cLuis Ontanon2-1/+1
2006-02-18Add dual versionLuis Ontanon1-1/+9
2006-02-18Prepare for lua 5.1Luis Ontanon1-4/+1
2006-02-17- Make sure the right globals are set before invoking user tap caallbaccksLuis Ontanon2-6/+9
2006-02-17- avoid the user been flooded with report_error windows if there's an error i...Luis Ontanon3-7/+39
2006-02-17- pass the tvb too to tap packet callbacksLuis Ontanon6-2/+361
2006-02-16Have Field extractors being defined while reading the body of the script inst...Luis Ontanon2-49/+68
2006-02-15Protect The tree and The tvb from being used outside their scopeLuis Ontanon4-2/+19
2006-02-15- protect proto_items and proto_trees from being used out of their scopeLuis Ontanon2-7/+22