aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/packet-mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-11mgcp is now in epan/dissectors/Jörg Mayer1-2322/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-45/+49
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-4/+4
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-9/+9
2006-12-01For duplicate requests and responses, make clickable link back to original.Martin Mathieson1-0/+13
2006-05-23From Martin Mathieson:Anders Broman1-1/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-05From Martin Mathieson:Anders Broman1-0/+60
2006-02-14Experiment with a somewhat generic packet-to-plugin wrapperJörg Mayer1-33/+0
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-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 Roland1-90/+309
2005-04-26Reindent the mgcp dissector with tabs andLars Roland1-1335/+1333
2005-04-25From Martin Mathieson:Lars Roland1-1402/+1584
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 Roland1-12/+2
2005-02-20Don't register mgcp taps, Lars Roland1-8/+45
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-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-10/+0
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-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-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 Harris1-1/+13
2003-12-05Subdissectors must be called regardless of whether a protocol tree isGuy Harris1-67/+61
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer1-3/+3
2003-09-02"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent toGuy Harris1-5/+3
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 Harris1-14/+17
2003-03-06"transid" values are guint32's, and should be printed with "%u" (onGuy Harris1-3/+4
2003-03-06From Lars Ronald :Ronnie Sahlberg1-25/+317
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-196/+196
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris1-10/+10
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris1-15/+13