aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
AgeCommit message (Expand)AuthorFilesLines
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-9/+2
2005-08-10ep_tvb_get_string() -> tvb_get_ephemeral_string().Gerald Combs1-3/+3
2005-07-27fix another leak of tap dataLuis Ontanon1-15/+10
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-5/+5
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-05-28from Alejandro VaqueroRonnie Sahlberg1-0/+10
2005-05-26From Martin Mathieson:Anders Broman1-1/+2
2005-05-02In dissect_mgcp_firstline(), throw an exception if tokenlen > 4. This fixesGerald Combs1-0/+2
2005-04-29From Martin Mathieson:Lars Roland2-91/+310
2005-04-26Reindent the mgcp dissector with tabs andLars Roland2-1357/+1355
2005-04-25From Martin Mathieson:Lars Roland2-1427/+1614
2005-04-18Make sure a pointer isn't null before we dereference it.Gerald Combs1-1/+1
2005-04-18Keep MGCP from looping in an infinite fashion. Other parts of the code lookGerald Combs1-1/+4
2005-04-08From Martin MRonnie Sahlberg1-73/+168
2005-03-29From Martin Mathieson :Anders Broman1-28/+38
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-16/+5
2005-02-21ooops,I forgot this one with the last checkinLuis Ontanon1-1/+1
2005-02-20Don't register mgcp taps, Lars Roland2-8/+51
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-02-02From Jon Ringle:Anders Broman1-6/+6
2005-01-05From Chris Maynard: free a string obtained with "tvb_get_string()".Guy Harris1-1/+1
2005-01-01When computing a hash value based on, among other things, aGuy Harris1-1/+1
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 Harris2-21/+5
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-01Make a bunch of source files non-executable.Guy Harris1-0/+0
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 Harris4-4/+4
2004-05-31From Thomas Anders fix some memory leaksAnders Broman1-1/+4
2004-05-30From Thomas Anders patch adds sub parameter dissection to the MGCP pluginAnders Broman1-7/+148
2004-05-23Add translation of result codesAnders Broman1-4/+48
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2-4/+31
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
2003-12-05Subdissectors must be called regardless of whether a protocol tree isGuy Harris1-67/+61
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris1-4/+3
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-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2-9/+4
2003-09-02"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent toGuy Harris1-5/+3
2003-07-25Get rid of carriage returns - some compilers don't like them.Guy Harris1-53/+53
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-06-12Get rid of allocations of unused buffers.Guy Harris1-3/+1
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-3/+3
2003-04-16From Lars Roland:Guy Harris4-15/+24