aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-15- protect column, columns and pinfo from dereferencing invalid data saved by ...Luis Ontanon5-42/+62
2006-02-14mgcp-plugin -> plugin-mgcp.Gerald Combs1-1/+1
2006-02-14Experiment with a somewhat generic packet-to-plugin wrapperJörg Mayer6-52/+68
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
2006-02-08* DissectorTable.add does not allow to add lua protocols that don't have a di...Luis Ontanon5-43/+66
2006-02-08Include glib.h, so FALSE is defined when compiling statically.Jörg Mayer1-0/+1
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