aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/megaco
AgeCommit message (Expand)AuthorFilesLines
2005-09-20Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).Anders Broman1-2/+11
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-07-24Break out of another infinite loop. Fixes bug 293.Gerald Combs1-0/+5
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-06-30From Karl KnoeblAnders Broman1-656/+707
2005-05-30Break out of an infinite loop. Fixes bugs 213 & 214.Gerald Combs1-5/+5
2005-05-03add another lenght check in the megaco dissector.Lars Roland1-1/+1
2005-05-01Break out of another infinite loop. Found during fuzz testing.Gerald Combs1-0/+4
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-08Add a length check.Gerald Combs1-0/+1
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland2-14/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-01-12From Tomer Shani :register_dissector callAnders Broman1-1/+3
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-18Fix dissection of MEGACO over TCP, there will be a TPKT header included.Anders Broman1-14/+49
2004-09-15Fix a problem where MEGACO not fully RFC complient wasn't dissected, change s...Anders Broman1-27/+37
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18 .cvsignore is deadJörg Mayer1-21/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris3-3/+3
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
2004-04-23Get rid of bogus extra "proto_tree_add_text()" arguments.Guy Harris1-3/+2
2004-04-21Skipp leading spaces in front of MEGACO and fix dissection of TransactionResp...Anders Broman1-22/+30
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
2004-01-23Change msg from guint8* to gchar* (because of tvb_format_text change)Jörg Mayer1-5/+5
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-3/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
2003-09-24From Anders Broman: fix a crash, and fix trailing whitespace onGuy Harris1-19/+47
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2-9/+4
2003-09-03From Anders Broman: use a value_string table rather than a switch toGuy Harris1-452/+113
2003-08-26From Anders Broman, updates and fixes to MEGACORonnie Sahlberg1-231/+336
2003-07-30Crude workaround for a deficiency in the MEGACO parser - it assumes thatGuy Harris1-3/+36
2003-07-26Updates to the MEGACO plugin so that it will call the H.245 dissector for someRonnie Sahlberg1-25/+140
2003-07-08Make the top-level protocol tree entry cover all the data beingGuy Harris1-92/+86
2003-07-01From Christoph Wiest: redo MEGACO dissector to more fully parseGuy Harris2-266/+2619
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-2/+2
2003-01-24Remove an unused function prototypeJörg Mayer1-3/+1
2003-01-15#if 0 out the binary protocol stuff, as there's only a dissector forGuy Harris1-24/+37
2003-01-14Give it an RCS ID.Guy Harris1-0/+2
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris10-0/+853