aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2005-07-25rename OUT to OUTSIDE and TEXT to CDATALuis Ontanon1-18/+18
2005-07-25fix a typo: lenght -> lengthUlf Lamping1-1/+1
2005-07-24include pinfo_stats_tree.c in the build process, so MSVC compiles againUlf Lamping2-2/+2
2005-07-24Break out of another infinite loop. Fixes bug 293.Gerald Combs1-0/+5
2005-07-24Register the port range preferences as such, rather than doing our ownGuy Harris1-223/+95
2005-07-24Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", andGuy Harris4-10/+39
2005-07-24http_stats_tree is moving to a new home (packet-http.c)Luis Ontanon4-267/+3
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer14-90/+97
2005-07-23'char*' -> 'const char*' to fix warningsJörg Mayer1-38/+41
2005-07-14moduleinfo.h was included twice.Jörg Mayer1-1/+0
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer25-4/+98
2005-07-05Add application/vnd.wv.csp.xmlAnders Broman1-0/+1
2005-06-30From Karl KnoeblAnders Broman1-656/+707
2005-06-28Regenerated Tango with the latest idl2eth and the tango.idlAnders Broman1-470/+509
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-6/+4
2005-06-25In generated GIOP dissectors, don't set the Protocol or Info columns, orGuy Harris3-10992/+12138
2005-06-24Re-generate the CosNaming, CosEventComm, and Parlay dissectors from theGuy Harris4-2218/+2228
2005-06-24More constification.Guy Harris1-1/+1
2005-06-21Fix the line endings.Guy Harris1-120741/+120735
2005-06-21Get rid of include of "snprintf.h", and _U_-ify arguments, as perGuy Harris1-80/+76
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs2-3/+3
2005-06-14Correct a typoAnders Broman1-1/+1
2005-06-13Add the missing parlay.la to the makefileLuis Ontanon1-1/+1
2005-06-10don't call g_assert_not_reached() for an unknown port typeUlf Lamping1-4/+1
2005-06-09raise plugin version from 0.1.0 to 0.1.1 as some bugs were found using fuzz-t...Ulf Lamping2-1/+4
2005-06-09Add dissection of parlayAnders Broman3-4/+120756
2005-06-01From Paolo Frigo :Anders Broman4-5/+5121
2005-05-31Add a note to config.nmake that it is required to set ENABLE_LIBETHEREAL to g...Lars Roland1-4/+3
2005-05-31As suggested by Jaap Keuter:Lars Roland1-1/+3
2005-05-31add another tvb_ensure_bytes_exist() callUlf Lamping1-5/+6
2005-05-30Throw an exception if we're handed a null pointer when we weren'tGerald Combs2-0/+6
2005-05-30Break out of an infinite loop. Fixes bugs 213 & 214.Gerald Combs1-5/+5
2005-05-28from Alejandro VaqueroRonnie Sahlberg1-0/+10
2005-05-26From Martin Mathieson:Anders Broman1-1/+2
2005-05-23Make sure we don't loop when we dissect concatenated PDUs. Make some intGerald Combs1-7/+11
2005-05-22at this point mate should be working as it did before the grammarLuis Ontanon3-26/+60
2005-05-21PDU, GOP and GOG should be at the same level not nestedLuis Ontanon1-2/+2
2005-05-20Fix the Id tagLuis Ontanon1-1/+1
2005-05-17Add some more media types to be dissected as xml.Anders Broman1-0/+9
2005-05-17- change the state label OUT to OUTSIDE to avoid a name collision with a macr...Luis Ontanon1-67/+67
2005-05-16Transforms and Pdus are working already, Gops start to work.Luis Ontanon6-150/+33
2005-05-16let's get things right, we are in plugins/mate not epan/dfilter (from which I...Luis Ontanon1-1/+1
2005-05-16Forgot this one in the last checkin!Luis Ontanon1-2/+23
2005-05-16MATE has a grammar.Luis Ontanon11-1697/+2552
2005-05-10Don't write a '\0' way the heck past the end of an array. Fixes bug 164.Gerald Combs1-0/+3
2005-05-05Fix a call to dereference a pointer (found by a compiler warning).Guy Harris1-1/+1
2005-05-03add a *lot* more dissections of the various PN-IO blocksUlf Lamping1-46/+992
2005-05-03move the pn-dcp dissector into the profinet pluginUlf Lamping4-2/+960
2005-05-03add the new target "install-plugins" to nmake makefileLars Roland1-0/+40
2005-05-03add another lenght check in the megaco dissector.Lars Roland1-1/+1