aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/megaco
AgeCommit message (Expand)AuthorFilesLines
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