aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lua
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg17-34/+34
2006-03-30Fix FieldInfo and add an attribute for the filter name.Luis Ontanon1-13/+56
2006-03-30TextWindow:Luis Ontanon1-4/+92
2006-03-29Get elua to build on IA32Jaap Keuter1-1/+1
2006-03-28Fix compilation under Windows.Gerald Combs2-51/+51
2006-03-27elua_field.c was added to $MODULES but not to $OBJECTSLuis Ontanon1-0/+1
2006-03-27Major properties cleanupJaap Keuter3-0/+0
2006-03-27This worked because I've edited elua_field.h as .c and the only thing in elua...Luis Ontanon1-4/+395
2006-03-27Improve Field Extraction by returning a handle to a field_info instead of jus...Luis Ontanon5-190/+14
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-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-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-09Add lua:s nmakefile.nmake to the distribution.Anders Broman1-1/+2
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-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
2006-02-15- protect column, columns and pinfo from dereferencing invalid data saved by ...Luis Ontanon5-42/+62
2006-02-14- fix a sure crash after an error in lua code lua_tap_draw.Luis Ontanon4-62/+113
2006-02-13- disable printLuis Ontanon2-34/+142