aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2006-03-02- make them work as the got broken while docommenting them.lego2-3/+3
2006-03-02- remove some warnings from the windows compilelego3-28/+51
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.gerald2-16/+20
2006-02-27- Some more commentslego2-19/+23
2006-02-25The semantics of luaL_checkudata() change between 5.0 and 5.1 (the later trig...lego3-11/+13
2006-02-25- elua_protolego3-147/+261
2006-02-24I changed some vanames and did not compile...lego2-5/+5
2006-02-23- More "docOMMentation" of the APIlego4-196/+402
2006-02-23Delete docs in maintainer-clean targetjmayer1-1/+2
2006-02-22Forgot...lego1-0/+128
2006-02-22- More documentation embeded in the source code.lego11-240/+216
2006-02-22elua_register.h wasn't built automaticallyjmayer1-2/+3
2006-02-21- rename all the c fileslego13-412/+705
2006-02-21Fix for bug 756. Handle CR as part of separator as well. jake1-2/+2
2006-02-19- Use lua 5.1lego9-210/+72
2006-02-18rename plugin.c to lua_plugin.clego2-1/+1
2006-02-18Add dual versionlego1-1/+9
2006-02-18Prepare for lua 5.1lego1-4/+1
2006-02-17- Make sure the right globals are set before invoking user tap caallbacckslego2-6/+9
2006-02-17- avoid the user been flooded with report_error windows if there's an error i...lego3-7/+39
2006-02-17- pass the tvb too to tap packet callbackslego6-2/+361
2006-02-16Have Field extractors being defined while reading the body of the script inst...lego2-49/+68
2006-02-15Protect The tree and The tvb from being used outside their scopelego4-2/+19
2006-02-15- protect proto_items and proto_trees from being used out of their scopelego2-7/+22
2006-02-15- protect column, columns and pinfo from dereferencing invalid data saved by ...lego5-42/+62
2006-02-14mgcp-plugin -> plugin-mgcp.gerald1-1/+1
2006-02-14Experiment with a somewhat generic packet-to-plugin wrapperjmayer6-52/+68
2006-02-14- fix a sure crash after an error in lua code lua_tap_draw.lego4-62/+113
2006-02-13- disable printlego2-34/+142
2006-02-08* DissectorTable.add does not allow to add lua protocols that don't have a di...lego5-43/+66
2006-02-08Include glib.h, so FALSE is defined when compiling statically.jmayer1-0/+1
2006-02-08Changed how files are loaded.lego1-39/+67
2006-02-07changes to build lua plugin with MSVC6:lroland4-14/+70
2006-02-07init_routines was moved back to globals.lego1-1/+1
2006-02-07I Noticed a crash when registering a tap with filter during handoff (that's w...lego2-46/+9
2006-02-06+ gui_enabled()lego3-10/+25
2006-02-06svn eol-style and keywordsjmayer1-1/+1
2006-02-06Lua uses the simple dialoglego4-1/+126
2006-02-05Add an example of tap,text window and menu usagelego1-0/+58
2006-02-05* move all the tap functions to lua_taplego5-198/+258
2006-02-05Allow lua to register menu itemslego3-0/+70
2006-02-04Propset eol-style and Id for alllego1-3/+20
2006-02-04Give lua a minimal gui.lego5-1/+150
2006-02-03* packet-lua.hlego6-392/+537
2006-02-01From Eric Hultin:etxrab8-2/+1972
2006-01-31It was hard.. but at the end I won (or at least i believe so...).lego2-16/+18
2006-01-29Warning fixes: no ';' at the end of functions.jmayer6-80/+82
2006-01-29* packet-lua.hlego3-20/+39
2006-01-28* lua_pinfo.clego3-10/+100
2006-01-28* packet-lua.hlego5-493/+692