aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lua/packet-lua.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-21- rename all the c filesLuis Ontanon1-466/+0
2006-02-19- Use lua 5.1Luis Ontanon1-9/+1
2006-02-17- pass the tvb too to tap packet callbacksLuis Ontanon1-0/+3
2006-02-15Protect The tree and The tvb from being used outside their scopeLuis Ontanon1-2/+4
2006-02-15- protect column, columns and pinfo from dereferencing invalid data saved by ...Luis Ontanon1-1/+2
2006-02-14- fix a sure crash after an error in lua code lua_tap_draw.Luis Ontanon1-0/+2
2006-02-13- disable printLuis Ontanon1-33/+140
2006-02-08* DissectorTable.add does not allow to add lua protocols that don't have a di...Luis Ontanon1-28/+20
2006-02-08Changed how files are loaded.Luis Ontanon1-39/+67
2006-02-07I Noticed a crash when registering a tap with filter during handoff (that's w...Luis Ontanon1-25/+9
2006-02-06+ gui_enabled()Luis Ontanon1-3/+17
2006-02-06Lua uses the simple dialogLuis Ontanon1-0/+4
2006-02-05* move all the tap functions to lua_tapLuis Ontanon1-138/+1
2006-02-05Allow lua to register menu itemsLuis Ontanon1-0/+4
2006-02-04Give lua a minimal gui.Luis Ontanon1-0/+15
2006-02-03* packet-lua.hLuis Ontanon1-14/+28
2006-01-29* packet-lua.hLuis Ontanon1-7/+11
2006-01-28* packet-lua.hLuis Ontanon1-93/+199
2006-01-26* we need not to register the interesting fields via a tap its registration s...Luis Ontanon1-7/+47
2006-01-26 * lua_tree.cLuis Ontanon1-23/+76
2006-01-25One step at a timeLuis Ontanon1-0/+6
2006-01-25Avoid crashing when given an object of the wrong usertypeLuis Ontanon1-1/+52
2006-01-24an Address class, changed the names of some classes, modified pinfo to be a t...Luis Ontanon1-27/+12
2006-01-23Add lua-5.0.2Luis Ontanon1-2566/+18
2006-01-21Another iteration, new things aren't tested yet.Luis Ontanon1-233/+1000
2006-01-20Add the commit message as READMEJörg Mayer1-1/+1
2006-01-20Starts to work so I check it in.Luis Ontanon1-0/+1977