aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* More constification.Guy Harris2005-06-241-1/+1
* Fix the line endings.Guy Harris2005-06-211-120741/+120735
* Get rid of include of "snprintf.h", and _U_-ify arguments, as perGuy Harris2005-06-211-80/+76
* Fix a format string vulneratility in the AFP dissector identifiedGerald Combs2005-06-202-3/+3
* Correct a typoAnders Broman2005-06-141-1/+1
* Add the missing parlay.la to the makefileLuis Ontanon2005-06-131-1/+1
* don't call g_assert_not_reached() for an unknown port typeUlf Lamping2005-06-101-4/+1
* raise plugin version from 0.1.0 to 0.1.1 as some bugs were found using fuzz-t...Ulf Lamping2005-06-092-1/+4
* Add dissection of parlayAnders Broman2005-06-093-4/+120756
* From Paolo Frigo :Anders Broman2005-06-014-5/+5121
* Add a note to config.nmake that it is required to set ENABLE_LIBETHEREAL to g...Lars Roland2005-05-311-4/+3
* As suggested by Jaap Keuter:Lars Roland2005-05-311-1/+3
* add another tvb_ensure_bytes_exist() callUlf Lamping2005-05-311-5/+6
* Throw an exception if we're handed a null pointer when we weren'tGerald Combs2005-05-302-0/+6
* Break out of an infinite loop. Fixes bugs 213 & 214.Gerald Combs2005-05-301-5/+5
* from Alejandro VaqueroRonnie Sahlberg2005-05-281-0/+10
* From Martin Mathieson:Anders Broman2005-05-261-1/+2
* Make sure we don't loop when we dissect concatenated PDUs. Make some intGerald Combs2005-05-231-7/+11
* at this point mate should be working as it did before the grammarLuis Ontanon2005-05-223-26/+60
* PDU, GOP and GOG should be at the same level not nestedLuis Ontanon2005-05-211-2/+2
* Fix the Id tagLuis Ontanon2005-05-201-1/+1
* Add some more media types to be dissected as xml.Anders Broman2005-05-171-0/+9
* - change the state label OUT to OUTSIDE to avoid a name collision with a macr...Luis Ontanon2005-05-171-67/+67
* Transforms and Pdus are working already, Gops start to work.Luis Ontanon2005-05-166-150/+33
* let's get things right, we are in plugins/mate not epan/dfilter (from which I...Luis Ontanon2005-05-161-1/+1
* Forgot this one in the last checkin!Luis Ontanon2005-05-161-2/+23
* MATE has a grammar.Luis Ontanon2005-05-1611-1697/+2552
* Don't write a '\0' way the heck past the end of an array. Fixes bug 164.Gerald Combs2005-05-101-0/+3
* Fix a call to dereference a pointer (found by a compiler warning).Guy Harris2005-05-051-1/+1
* add a *lot* more dissections of the various PN-IO blocksUlf Lamping2005-05-031-46/+992
* move the pn-dcp dissector into the profinet pluginUlf Lamping2005-05-034-2/+960
* add the new target "install-plugins" to nmake makefileLars Roland2005-05-031-0/+40
* add another lenght check in the megaco dissector.Lars Roland2005-05-031-1/+1
* In dissect_mgcp_firstline(), throw an exception if tokenlen > 4. This fixesGerald Combs2005-05-021-0/+2
* Get rid of trailing \Michael Tüxen2005-05-021-1/+1
* as Thomas Boehne suggested, put each plugin target into it's own line, so pri...Ulf Lamping2005-05-022-2/+51
* added the profinet pluginUlf Lamping2005-05-021-1/+1
* Break out of another infinite loop. Found during fuzz testing.Gerald Combs2005-05-011-0/+4
* set subversion attributesUlf Lamping2005-04-307-522/+522
* move the profinet related files to a plugin (step by step), to make prototypi...Ulf Lamping2005-04-3011-1/+1971
* From Martin Mathieson:Lars Roland2005-04-292-91/+310
* Fix a buffer overflow. Fixes bug 96.Gerald Combs2005-04-271-0/+4
* Break out of an infinite loop. Fixes bug 95.Gerald Combs2005-04-271-1/+6
* Reindent the mgcp dissector with tabs andLars Roland2005-04-262-1357/+1355
* From Martin Mathieson:Lars Roland2005-04-252-1427/+1614
* Make sure a pointer isn't null before we dereference it.Gerald Combs2005-04-181-1/+1
* Keep MGCP from looping in an infinite fashion. Other parts of the code lookGerald Combs2005-04-181-1/+4
* Add a length check.Gerald Combs2005-04-081-0/+1
* From Martin MRonnie Sahlberg2005-04-081-73/+168
* From Cvetan IvanovRonnie Sahlberg2005-04-041-11/+87