aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/megaco/packet-megaco.c
Commit message (Expand)AuthorAgeFilesLines
* Break out of an infinite loop. Fixes bugs 213 & 214.Gerald Combs2005-05-301-5/+5
* add another lenght check in the megaco dissector.Lars Roland2005-05-031-1/+1
* Break out of another infinite loop. Found during fuzz testing.Gerald Combs2005-05-011-0/+4
* Fix a buffer overflow. Fixes bug 96.Gerald Combs2005-04-271-0/+4
* Break out of an infinite loop. Fixes bug 95.Gerald Combs2005-04-271-1/+6
* Add a length check.Gerald Combs2005-04-081-0/+1
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-6/+6
* Preparations for dropping the old plugin api.Lars Roland2005-03-051-10/+2
* From Tomer Shani :register_dissector callAnders Broman2005-01-121-1/+3
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Fix dissection of MEGACO over TCP, there will be a TPKT header included.Anders Broman2004-09-181-14/+49
* Fix a problem where MEGACO not fully RFC complient wasn't dissected, change s...Anders Broman2004-09-151-27/+37
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Get rid of bogus extra "proto_tree_add_text()" arguments.Guy Harris2004-04-231-3/+2
* Skipp leading spaces in front of MEGACO and fix dissection of TransactionResp...Anders Broman2004-04-211-22/+30
* Change msg from guint8* to gchar* (because of tvb_format_text change)Jörg Mayer2004-01-231-5/+5
* From Anders Broman: fix a crash, and fix trailing whitespace onGuy Harris2003-09-241-19/+47
* - Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2003-09-051-3/+3
* From Anders Broman: use a value_string table rather than a switch toGuy Harris2003-09-031-452/+113
* From Anders Broman, updates and fixes to MEGACORonnie Sahlberg2003-08-261-231/+336
* Crude workaround for a deficiency in the MEGACO parser - it assumes thatGuy Harris2003-07-301-3/+36
* Updates to the MEGACO plugin so that it will call the H.245 dissector for someRonnie Sahlberg2003-07-261-25/+140
* Make the top-level protocol tree entry cover all the data beingGuy Harris2003-07-081-92/+86
* From Christoph Wiest: redo MEGACO dissector to more fully parseGuy Harris2003-07-011-265/+2618
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-301-2/+2
* Remove an unused function prototypeJörg Mayer2003-01-241-3/+1
* #if 0 out the binary protocol stuff, as there's only a dissector forGuy Harris2003-01-151-24/+37
* Give it an RCS ID.Guy Harris2003-01-141-0/+2
* From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris2003-01-141-0/+406