aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/megaco/packet-megaco.c
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-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 Roland1-10/+2
2005-01-12From Tomer Shani :register_dissector callAnders Broman1-1/+3
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-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
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-01-23Change msg from guint8* to gchar* (because of tvb_format_text change)Jörg Mayer1-5/+5
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 Mayer1-3/+3
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 Harris1-265/+2618
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 Harris1-0/+406