Add the (still unfinished) tethereal side of the funnel.
[metze/wireshark/wip.git] / plugins /
2006-02-23 Luis Ontanon- More "docOMMentation" of the API
2006-02-23 Jörg MayerDelete docs in maintainer-clean target
2006-02-22 Luis OntanonForgot...
2006-02-22 Luis Ontanon- More documentation embeded in the source code.
2006-02-22 Jörg Mayerelua_register.h wasn't built automatically
2006-02-21 Luis Ontanon- rename all the c files
2006-02-21 Jaap KeuterFix for bug 756. Handle CR as part of separator as...
2006-02-19 Luis Ontanon- Use lua 5.1
2006-02-18 Luis Ontanonrename plugin.c to lua_plugin.c
2006-02-18 Luis OntanonAdd dual version
2006-02-18 Luis OntanonPrepare for lua 5.1
2006-02-17 Luis Ontanon- Make sure the right globals are set before invoking...
2006-02-17 Luis Ontanon- avoid the user been flooded with report_error windows...
2006-02-17 Luis Ontanon- pass the tvb too to tap packet callbacks
2006-02-16 Luis OntanonHave Field extractors being defined while reading the...
2006-02-15 Luis OntanonProtect The tree and The tvb from being used outside...
2006-02-15 Luis Ontanon- protect proto_items and proto_trees from being used...
2006-02-15 Luis Ontanon- protect column, columns and pinfo from dereferencing...
2006-02-14 Gerald Combsmgcp-plugin -> plugin-mgcp.
2006-02-14 Jörg MayerExperiment with a somewhat generic packet-to-plugin...
2006-02-14 Luis Ontanon- fix a sure crash after an error in lua code lua_tap_draw.
2006-02-13 Luis Ontanon- disable print
2006-02-08 Luis Ontanon* DissectorTable.add does not allow to add lua protocol...
2006-02-08 Jörg MayerInclude glib.h, so FALSE is defined when compiling...
2006-02-08 Luis OntanonChanged how files are loaded.
2006-02-07 Lars Rolandchanges to build lua plugin with MSVC6:
2006-02-07 Luis Ontanoninit_routines was moved back to globals.
2006-02-07 Luis OntanonI Noticed a crash when registering a tap with filter...
2006-02-06 Luis Ontanon+ gui_enabled()
2006-02-06 Jörg Mayersvn eol-style and keywords
2006-02-06 Luis OntanonLua uses the simple dialog
2006-02-05 Luis OntanonAdd an example of tap,text window and menu usage
2006-02-05 Luis Ontanon* move all the tap functions to lua_tap
2006-02-05 Luis OntanonAllow lua to register menu items
2006-02-04 Luis OntanonPropset eol-style and Id for all
2006-02-04 Luis OntanonGive lua a minimal gui.
2006-02-03 Luis Ontanon* packet-lua.h
2006-02-01 Anders BromanFrom Eric Hultin:
2006-01-31 Luis OntanonIt was hard.. but at the end I won (or at least i belie...
2006-01-29 Jörg MayerWarning fixes: no ';' at the end of functions.
2006-01-29 Luis Ontanon* packet-lua.h
2006-01-28 Luis Ontanon* lua_pinfo.c
2006-01-28 Luis Ontanon* packet-lua.h
2006-01-26 Luis Ontanon* we need not to register the interesting fields via...
2006-01-26 Luis Ontanon * lua_tree.c
2006-01-25 Luis Ontanontwo bugs less
2006-01-25 Luis OntanonOne step at a time
2006-01-25 Luis OntanonAvoid crashing when given an object of the wrong usertype
2006-01-24 Luis Ontanonan Address class, changed the names of some classes...
2006-01-24 Luis Ontanonit wasn't a goo idea,
2006-01-24 Luis OntanonAdd register_postdissector() to the API.
2006-01-24 Luis Ontanon I forgot the Licence!
2006-01-23 Luis OntanonUse .la instead of .so as dependency in Makefiles
2006-01-23 Luis OntanonAdd lua-5.0.2
2006-01-21 Luis OntanonAnother iteration, new things aren't tested yet.
2006-01-20 Jörg MayerAdd the commit message as README
2006-01-20 Luis OntanonStarts to work so I check it in.
2006-01-05 Jörg MayerBill Meier:
2005-12-13 Luis Ontanonwe are opening the file for writing....
2005-12-12 Luis Ontanon- add Debug and Default declarations.
2005-12-12 Luis OntanonAvoid to crash if we are given an unexistent field.
2005-12-12 Luis OntanonDone is not needed anymore;
2005-12-11 Luis OntanonCleanup the grammar.
2005-12-09 Jörg MayerFix ...$ to : $
2005-11-22 Jörg MayerTrivial warning fixes
2005-11-12 Ulf Lampingminor enhancements
2005-11-07 Guy HarrisUse <wiretap/file_util.h> to include "file_util.h"...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-11-02 Ulf Lampingminor enhancement (raised plugin version to 0.1.2):
2005-10-31 Guy HarrisWhen printing the code for a display filter:
2005-10-17 Anders BromanFrom Peter Johansson
2005-10-16 Gerald CombsFix a typo found by Guy.
2005-10-09 Jörg MayerAdd Makefile.in to maintainer-clean
2005-10-07 Luis OntanonFrom Richard van der Hoff:
2005-10-07 Guy HarrisDon't call "g_assert()" in dissectors - call "DISSECTOR...
2005-10-06 Anders BromanBuild the h223 plugin
2005-10-04 Anders BromanGrr.. yet another missing file
2005-10-04 Anders BromanAdd two missing files.
2005-10-03 Anders BromanFirst check in of yhe h223 plugin, not part of the...
2005-10-03 Anders BromanFirst check in of yhe h223 plugin, not part of the...
2005-10-03 Anders BromanFirst check in of yhe h223 plugin, not part of the...
2005-10-03 Anders BromanFirst check in of yhe h223 plugin, not part of the...
2005-10-03 Anders BromanFirst check in of yhe h223 plugin, not part of the...
2005-10-03 Anders BromanFirst check in of yhe h223 plugin, not part of the...
2005-10-03 Anders BromanFirst check in of yhe h223 plugin, not part of the...
2005-10-01 Luis Ontanonone step further...
2005-10-01 Luis Ontanonmatch changes to tpg infrastructure.
2005-09-29 Luis Ontanonthis struct moved to tvbparse.c
2005-09-29 Luis Ontanonat this point this makes a good parser for http headers...
2005-09-28 Ulf Lampingfix #480: Change defaults for all reassembling settings...
2005-09-28 Luis Ontanonupdate tpg
2005-09-27 Luis OntanonA "working" example of TPG...
2005-09-25 Gerald CombsDon't write before the beginning of a buffer. Add...
2005-09-24 Luis Ontanondelete the xml plugin
2005-09-22 Guy HarrisMake the private variables for various lexical analyzer...
2005-09-21 Gerald CombsMove a comment to the right place.
2005-09-20 Anders BromanFix bug #343 Parsing Problem - TransactionResponseAck...
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-09-08 Luis OntanonLet's migrate the xml dissector...
next