aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
AgeCommit message (Expand)AuthorFilesLines
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-1/+1
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+3
2006-12-19Add Windows version info resource.Jaap Keuter4-9/+87
2006-12-01For duplicate requests and responses, make clickable link back to original.Martin Mathieson1-0/+13
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-3/+3
2006-05-23From Martin Mathieson:Anders Broman1-1/+3
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-2/+2
2006-05-21name changeRonnie Sahlberg4-8/+8
2006-04-22Convert most other plugin dissectors to use the make-dissector-regGuy Harris5-68/+175
2006-04-05From Martin Mathieson:Anders Broman1-0/+60
2006-02-14mgcp-plugin -> plugin-mgcp.Gerald Combs1-1/+1
2006-02-14Experiment with a somewhat generic packet-to-plugin wrapperJörg Mayer6-52/+68
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