aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2005-05-02Get rid of trailing \Michael Tüxen1-1/+1
2005-05-02as Thomas Boehne suggested, put each plugin target into it's own line, so pri...Ulf Lamping2-2/+51
2005-05-02added the profinet pluginUlf Lamping1-1/+1
2005-05-01Break out of another infinite loop. Found during fuzz testing.Gerald Combs1-0/+4
2005-04-30set subversion attributesUlf Lamping7-522/+522
2005-04-30move the profinet related files to a plugin (step by step), to make prototypi...Ulf Lamping11-1/+1971
2005-04-29From Martin Mathieson:Lars Roland2-91/+310
2005-04-27Fix a buffer overflow. Fixes bug 96.Gerald Combs1-0/+4
2005-04-27Break out of an infinite loop. Fixes bug 95.Gerald Combs1-1/+6
2005-04-26Reindent the mgcp dissector with tabs andLars Roland2-1357/+1355
2005-04-25From Martin Mathieson:Lars Roland2-1427/+1614
2005-04-18Make sure a pointer isn't null before we dereference it.Gerald Combs1-1/+1
2005-04-18Keep MGCP from looping in an infinite fashion. Other parts of the code lookGerald Combs1-1/+4
2005-04-08Add a length check.Gerald Combs1-0/+1
2005-04-08From Martin MRonnie Sahlberg1-73/+168
2005-04-04From Cvetan IvanovRonnie Sahlberg1-11/+87
2005-04-04Add a couple of length checks.Gerald Combs1-0/+8
2005-03-29From Martin Mathieson :Anders Broman1-28/+38
2005-03-27bugfix of a bug causing tethereal value output to fail:Ulf Lamping1-0/+1
2005-03-27bugfix of a bug causing tethereal value output to fail:Ulf Lamping1-1/+4
2005-03-26Add rules to build xml_lexer.c, and to remove it with "make distclean",Guy Harris1-0/+11
2005-03-26xml_lexer.c is generated by Flex; we don't put files generated by FlexGuy Harris1-1737/+0
2005-03-22Remove trailing ';'Jörg Mayer1-1/+1
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon2-6/+4
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon2-7/+7
2005-03-21This one is not in the makefiles (it's an example of stats_tree not realy a f...Luis Ontanon1-14/+14
2005-03-21This one was missing from the last commitLuis Ontanon1-19/+19
2005-03-20From Oleg Terletsky:Guy Harris1-91/+47
2005-03-19Move request packets above (before) response ones, this seems to be more natu...Ulf Lamping1-6/+6
2005-03-19Fix capitalization of tree topicsUlf Lamping1-4/+4
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