aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
AgeCommit message (Expand)AuthorFilesLines
2003-04-16From Lars Roland:Guy Harris4-15/+24
2003-03-07Add packet-mgcp.h to the distribution.Gerald Combs1-3/+3
2003-03-06"transid" values are guint32's, and should be printed with "%u" (onGuy Harris1-3/+4
2003-03-06From Lars Ronald :Ronnie Sahlberg2-25/+370
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-07-06From Nix:Guy Harris1-3/+3
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris1-15/+13
2002-02-27From Joerg Mayer:Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris2-6/+6
2002-01-20Fix some problems in protocol preferences blurbs.Guy Harris1-1/+2
2001-12-12From Motonori Shindo:Guy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-11/+11
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-18/+15
2001-10-31Sigh. Well, if you make the function declarations external, that meansGuy Harris1-1/+3
2001-07-10Add some additional items to .cvsignore files, for new files built whenGuy Harris1-0/+1
2001-07-10Fixed the make dist problem.Ed Warnicke1-2/+2
2001-07-09C sources are in $(srcdir) and not the current directoryUwe Girlich1-2/+2
2001-07-08Fixed the {tethereal,ethereal}_static targets so that theEd Warnicke2-2/+17
2001-07-08Some additional cleanup.Ed Warnicke2-2/+5
2001-07-05Fixed problem with handling empty parameters.Ed Warnicke2-5/+3
2001-07-04Some minor changes to allow the mgcp plugin to be compiledEd Warnicke1-8/+8
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-36/+36
2001-04-23Get rid of NullTVB references.Guy Harris1-3/+3
2001-03-23Update the version of the MGCP plugin.Guy Harris1-1/+1
2001-03-22Get rid of no-longer-used "tvb_section_length()" routine.Guy Harris1-14/+1
2001-03-15Patch from Ed Warnicke.Olivier Abad1-30/+14
2001-03-04Updates from Ed Warnicke.Guy Harris2-14/+21
2001-03-04Update from Ed Warnicke.Guy Harris2-40/+208
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris1-6/+1
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+10
2001-01-12Increment module version.Gilbert Ramirez1-1/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-5/+9
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-8/+8
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-4/+4
2000-12-28Updates from Ed Warnicke.Guy Harris3-30/+49
2000-12-25Preferences shouldn't supposed to have blanks in their names - it canGuy Harris1-15/+15
2000-12-20Bug fixes from Ed Warnicke.Gilbert Ramirez1-10/+40
2000-11-29Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris1-5/+5
2000-11-22Export plugin_reg_handoff via DLLEXPORT.Gilbert Ramirez1-3/+5
2000-11-21Updates from Ed Warnicke.Guy Harris1-140/+95
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-5/+9
2000-11-14"plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris1-2/+3
2000-11-12Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris2-6/+25
2000-11-10Yet Another .cvsignore file.Guy Harris1-0/+18
2000-11-10Tvbuffify the SAP and SDP dissectors.Guy Harris1-5/+2
2000-11-10MGCP updates from Ed Warnicke.Guy Harris1-47/+33
2000-11-09Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>.Gilbert Ramirez8-0/+1529