aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* rename OUT to OUTSIDE and TEXT to CDATALuis Ontanon2005-07-251-18/+18
* fix a typo: lenght -> lengthUlf Lamping2005-07-251-1/+1
* include pinfo_stats_tree.c in the build process, so MSVC compiles againUlf Lamping2005-07-242-2/+2
* Break out of another infinite loop. Fixes bug 293.Gerald Combs2005-07-241-0/+5
* Register the port range preferences as such, rather than doing our ownGuy Harris2005-07-241-223/+95
* Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", andGuy Harris2005-07-244-10/+39
* http_stats_tree is moving to a new home (packet-http.c)Luis Ontanon2005-07-244-267/+3
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-2314-90/+97
* 'char*' -> 'const char*' to fix warningsJörg Mayer2005-07-231-38/+41
* moduleinfo.h was included twice.Jörg Mayer2005-07-141-1/+0
* After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer2005-07-1025-4/+98
* Add application/vnd.wv.csp.xmlAnders Broman2005-07-051-0/+1
* From Karl KnoeblAnders Broman2005-06-301-656/+707
* Regenerated Tango with the latest idl2eth and the tango.idlAnders Broman2005-06-281-470/+509
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-6/+4
* In generated GIOP dissectors, don't set the Protocol or Info columns, orGuy Harris2005-06-253-10992/+12138
* Re-generate the CosNaming, CosEventComm, and Parlay dissectors from theGuy Harris2005-06-244-2218/+2228
* 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