aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2005-03-17Clean up.Lars Roland14-2311/+1
2005-03-16Remove support for the old plugin api.Lars Roland1-22/+1
2005-03-13Don't use the result of "format_text()" as a format string argument, asGuy Harris1-1/+1
2005-03-10Sync to recent changes in packet-rtp.h.Gerald Combs1-1/+1
2005-03-10An optimization.Luis Ontanon4-227/+219
2005-03-10check in the newly generated lexer tooLuis Ontanon1-178/+116
2005-03-10- changed the lexer to return entire tags, refactored packet-xml.c for those ...Luis Ontanon3-206/+110
2005-03-09Remove duplicate media types and add XML media types from packet-text-media.c.Olivier Biot1-3/+15
2005-03-07remove remnants of the old plugin api from dissectors and pluginsLars Roland4-11/+9
2005-03-07set SVN keyword IDLars Roland1-1/+1
2005-03-07fix clean targetLars Roland1-1/+1
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris24-147/+143
2005-03-06- Add some media types to be dissected as xmlLuis Ontanon3-66/+74
2005-03-06Handle XNS IDP socket numbers.Guy Harris1-3/+4
2005-03-06- get rid of some warningsLuis Ontanon2-36/+38
2005-03-06- use the string id of the node, not the integer id in tick_stat_nodeLuis Ontanon1-2/+2
2005-03-06Forgot this in the last checkinLuis Ontanon1-1/+0
2005-03-06Add stats_tree and xml plugins to the build processLuis Ontanon4-3/+61
2005-03-06oops, no new_plugin_init() now there isLuis Ontanon1-0/+2
2005-03-06The first part of the XML dissectorLuis Ontanon10-0/+2446
2005-03-06remove plugin_init()Luis Ontanon1-6/+0
2005-03-06Change to new_plugin_init()Luis Ontanon1-3/+1
2005-03-05Preparations for dropping the old plugin api.Lars Roland69-371/+102
2005-03-01add the http_srv tap a tree to verify load distribution between several http ...Luis Ontanon1-0/+62
2005-02-28add the http_stats_tree,Luis Ontanon3-1/+204
2005-02-28Adapt the stats_tree example plugin to the last changesLuis Ontanon1-2/+3
2005-02-25add agentx plugin to the clean target and update the old plugin apiLars Roland7-6/+21
2005-02-25Fix the declaration of "dissect_ber_boolean()" to match the currentGuy Harris1-1/+1
2005-02-25Fix the declaration of "dissect_ber_boolean()" to match the currentGuy Harris1-1/+1
2005-02-25added a tree exampleLuis Ontanon1-3/+41
2005-02-24Change the plugin to be something useful.Luis Ontanon2-125/+51
2005-02-24- fix a crash in new_avpl_strict_match when the operator avpl was emptyLuis Ontanon2-1/+4
2005-02-22avoid crashing when Debug_Cfg is set and no Payload is given for a PduLuis Ontanon1-1/+1
2005-02-21ooops,I forgot this one with the last checkinLuis Ontanon1-1/+1
2005-02-20fix a typo: lenght -> lengthUlf Lamping3-4/+4
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon1-1/+1
2005-02-20Don't register mgcp taps, Lars Roland2-8/+51
2005-02-20Add some svn propsJörg Mayer5-4/+7
2005-02-20Changed the GopTree in GogDef and GogExtra from a boolean to a stringLuis Ontanon8-17/+67
2005-02-19add mms.mate to the examples collectionLuis Ontanon1-0/+41
2005-02-19In order to avoid a crash at reanalize_gop(), do not accept a GogKey where th...Luis Ontanon1-0/+5
2005-02-18Step the version number of the pluginLuis Ontanon1-1/+1
2005-02-18Adds Payload AVP to PduDef AVPLs simmetric to the Transport AVPLuis Ontanon3-33/+115
2005-02-18Get rid of some useless lines from the last patchLuis Ontanon1-6/+1
2005-02-18Add a pointer to the start frame of each gop in the gog's treeLuis Ontanon3-7/+37
2005-02-18two fixes in config loading:Luis Ontanon1-1/+6
2005-02-16An example stats_tree plugin using pinfo as its only data sourceLuis Ontanon5-0/+280
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris22-0/+84
2005-02-11avoid freeing the gop_key more than once and do not reregister the tap at eve...Luis Ontanon2-5/+8
2005-02-10mate runtime did not get initialized when configured after loading a capture ...Luis Ontanon1-1/+5