aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* snprintf -> g_snprintfUlf Lamping2005-08-171-9/+9
* ep_tvb_get_string() -> tvb_get_ephemeral_string().Gerald Combs2005-08-101-3/+3
* Make sure we initialize our iap_conv struct _before_ we go diggingGerald Combs2005-08-091-4/+4
* The "proto" argument to "conversation_get_proto_data()" andGuy Harris2005-08-091-6/+6
* various code cleanup:Ulf Lamping2005-08-088-51/+24
* Make a variable whose value might be trashed by setjmp/longjmpGuy Harris2005-08-061-1/+1
* fix a comment typoUlf Lamping2005-08-061-1/+1
* Squelch a warning about "state" being used uninitialized.Guy Harris2005-08-051-2/+1
* More char -> const char warning fixes.Jörg Mayer2005-08-051-4/+4
* From Thomas Steffen:Anders Broman2005-08-051-1/+1
* Put in comments explaining why we're removing some generated files withGuy Harris2005-08-042-5/+14
* Clean up after ourselves so that we pass "distcheck" again.Gerald Combs2005-08-021-0/+5
* Last set of trivial fixes for "no previous declaration" warnings.Jörg Mayer2005-08-022-14/+14
* Some warning fixes for "no previous declaration"Jörg Mayer2005-08-022-6/+6
* Make sure "lemon" exists before we try to use it. This can happen if weGerald Combs2005-08-011-1/+1
* fix another leak of tap dataLuis Ontanon2005-07-271-15/+10
* 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