aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/megaco
AgeCommit message (Expand)AuthorFilesLines
2005-09-20Fix bug #343 Parsing Problem - TransactionResponseAck (MEGACO).etxrab1-2/+11
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-07-24Break out of another infinite loop. Fixes bug 293.gerald1-0/+5
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer1-0/+3
2005-06-30From Karl Knoebletxrab1-656/+707
2005-05-30Break out of an infinite loop. Fixes bugs 213 & 214.gerald1-5/+5
2005-05-03add another lenght check in the megaco dissector.lroland1-1/+1
2005-05-01Break out of another infinite loop. Found during fuzz testing.gerald1-0/+4
2005-04-27Fix a buffer overflow. Fixes bug 96.gerald1-0/+4
2005-04-27Break out of an infinite loop. Fixes bug 95.gerald1-1/+6
2005-04-08Add a length check.gerald1-0/+1
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asguy1-6/+6
2005-03-05Preparations for dropping the old plugin api.lroland2-14/+5
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-0/+2
2005-01-12From Tomer Shani :register_dissector calletxrab1-1/+3
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weguy1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherguy1-2/+11
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-18Fix dissection of MEGACO over TCP, there will be a TPKT header included.etxrab1-14/+49
2004-09-15Fix a problem where MEGACO not fully RFC complient wasn't dissected, change s...etxrab1-27/+37
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18 .cvsignore is deadjmayer1-21/+0
2004-07-18Add epan/dissectors/.cvsignorejmayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy3-3/+3
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot1-2/+2
2004-04-23Get rid of bogus extra "proto_tree_add_text()" arguments.guy1-3/+2
2004-04-21Skipp leading spaces in front of MEGACO and fix dissection of TransactionResp...etxrab1-22/+30
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingobiot1-1/+2
2004-01-23Change msg from guint8* to gchar* (because of tvb_format_text change)jmayer1-5/+5
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherguy1-3/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-1/+3
2003-09-24From Anders Broman: fix a crash, and fix trailing whitespace onguy1-19/+47
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)jmayer2-9/+4
2003-09-03From Anders Broman: use a value_string table rather than a switch toguy1-452/+113
2003-08-26From Anders Broman, updates and fixes to MEGACOsahlberg1-231/+336
2003-07-30Crude workaround for a deficiency in the MEGACO parser - it assumes thatguy1-3/+36
2003-07-26Updates to the MEGACO plugin so that it will call the H.245 dissector for somesahlberg1-25/+140
2003-07-08Make the top-level protocol tree entry cover all the data beingguy1-92/+86
2003-07-01From Christoph Wiest: redo MEGACO dissector to more fully parseguy2-266/+2619
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onguy1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy1-4/+2
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesgerald1-2/+2
2003-01-24Remove an unused function prototypejmayer1-3/+1
2003-01-15#if 0 out the binary protocol stuff, as there's only a dissector forguy1-24/+37
2003-01-14Give it an RCS ID.guy1-0/+2
2003-01-14From Christian Falckenberg: beginnings of a MEGACO dissector.guy10-0/+853