aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lua/packet-lua.h
AgeCommit message (Expand)AuthorFilesLines
2006-02-21- rename all the c filesLuis Ontanon1-319/+0
2006-02-19- Use lua 5.1Luis Ontanon1-0/+42
2006-02-17- avoid the user been flooded with report_error windows if there's an error i...Luis Ontanon1-1/+1
2006-02-17- pass the tvb too to tap packet callbacksLuis Ontanon1-0/+9
2006-02-16Have Field extractors being defined while reading the body of the script inst...Luis Ontanon1-1/+1
2006-02-15Protect The tree and The tvb from being used outside their scopeLuis Ontanon1-0/+5
2006-02-15- protect proto_items and proto_trees from being used out of their scopeLuis Ontanon1-0/+1
2006-02-15- protect column, columns and pinfo from dereferencing invalid data saved by ...Luis Ontanon1-0/+2
2006-02-14- fix a sure crash after an error in lua code lua_tap_draw.Luis Ontanon1-0/+1
2006-02-13- disable printLuis Ontanon1-1/+2
2006-02-08* DissectorTable.add does not allow to add lua protocols that don't have a di...Luis Ontanon1-3/+3
2006-02-06+ gui_enabled()Luis Ontanon1-0/+1
2006-02-06Lua uses the simple dialogLuis Ontanon1-1/+1
2006-02-05* move all the tap functions to lua_tapLuis Ontanon1-9/+1
2006-02-05Allow lua to register menu itemsLuis Ontanon1-0/+2
2006-02-04Give lua a minimal gui.Luis Ontanon1-0/+8
2006-02-03* packet-lua.hLuis Ontanon1-3/+24
2006-01-29Warning fixes: no ';' at the end of functions.Jörg Mayer1-0/+2
2006-01-29* packet-lua.hLuis Ontanon1-6/+14
2006-01-28* packet-lua.hLuis Ontanon1-16/+21
2006-01-26* we need not to register the interesting fields via a tap its registration s...Luis Ontanon1-0/+3
2006-01-26 * lua_tree.cLuis Ontanon1-4/+6
2006-01-25One step at a timeLuis Ontanon1-0/+2
2006-01-25Avoid crashing when given an object of the wrong usertypeLuis Ontanon1-2/+2
2006-01-24an Address class, changed the names of some classes, modified pinfo to be a t...Luis Ontanon1-16/+17
2006-01-24 I forgot the Licence!Luis Ontanon1-0/+27
2006-01-23Add lua-5.0.2Luis Ontanon1-0/+184