aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
AgeCommit message (Expand)AuthorFilesLines
2006-06-02remove plugin.c in distlcleanjmayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofgerald1-3/+3
2006-05-23From Martin Mathieson:etxrab1-1/+3
2006-05-22ethereal->wireshark updatessahlberg1-2/+2
2006-05-21name changesahlberg4-8/+8
2006-04-22Convert most other plugin dissectors to use the make-dissector-regguy5-68/+175
2006-04-05From Martin Mathieson:etxrab1-0/+60
2006-02-14mgcp-plugin -> plugin-mgcp.gerald1-1/+1
2006-02-14Experiment with a somewhat generic packet-to-plugin wrapperjmayer6-52/+68
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-9/+2
2005-08-10ep_tvb_get_string() -> tvb_get_ephemeral_string().gerald1-3/+3
2005-07-27fix another leak of tap datalego1-15/+10
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-5/+5
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"jmayer1-0/+3
2005-05-28from Alejandro Vaquerosahlberg1-0/+10
2005-05-26From Martin Mathieson:etxrab1-1/+2
2005-05-02In dissect_mgcp_firstline(), throw an exception if tokenlen > 4. This fixesgerald1-0/+2
2005-04-29From Martin Mathieson:lroland2-91/+310
2005-04-26Reindent the mgcp dissector with tabs andlroland2-1357/+1355
2005-04-25From Martin Mathieson:lroland2-1427/+1614
2005-04-18Make sure a pointer isn't null before we dereference it.gerald1-1/+1
2005-04-18Keep MGCP from looping in an infinite fashion. Other parts of the code lookgerald1-1/+4
2005-04-08From Martin Msahlberg1-73/+168
2005-03-29From Martin Mathieson :etxrab1-28/+38
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-16/+5
2005-02-21ooops,I forgot this one with the last checkinlego1-1/+1
2005-02-20Don't register mgcp taps, lroland2-8/+51
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-0/+2
2005-02-02From Jon Ringle:etxrab1-6/+6
2005-01-05From Chris Maynard: free a string obtained with "tvb_get_string()".guy1-1/+1
2005-01-01When computing a hash value based on, among other things, aguy1-1/+1
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 ratherguy2-21/+5
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-01Make a bunch of source files non-executable.guy1-0/+0
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 thatguy4-4/+4
2004-05-31From Thomas Anders fix some memory leaksetxrab1-1/+4
2004-05-30From Thomas Anders patch adds sub parameter dissection to the MGCP pluginetxrab1-7/+148
2004-05-23Add translation of result codesetxrab1-4/+48
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy2-4/+31
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theobiot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingobiot1-1/+2
2003-12-05Subdissectors must be called regardless of whether a protocol tree isguy1-67/+61
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).guy1-4/+3
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherguy1-3/+3