aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-196/+196
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-171-10/+10
* From Nix:Guy Harris2002-07-061-3/+3
* Mark the "plugin_address_table_t *" argument to "plugin_init()" asGuy Harris2002-04-301-15/+13
* From Joerg Mayer:Guy Harris2002-02-271-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-212-6/+6
* Fix some problems in protocol preferences blurbs.Guy Harris2002-01-201-1/+2
* From Motonori Shindo:Guy Harris2001-12-121-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-11/+11
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-18/+15
* Sigh. Well, if you make the function declarations external, that meansGuy Harris2001-10-311-1/+3
* Add some additional items to .cvsignore files, for new files built whenGuy Harris2001-07-101-0/+1
* Fixed the make dist problem.Ed Warnicke2001-07-101-2/+2
* C sources are in $(srcdir) and not the current directoryUwe Girlich2001-07-091-2/+2
* Fixed the {tethereal,ethereal}_static targets so that theEd Warnicke2001-07-082-2/+17
* Some additional cleanup.Ed Warnicke2001-07-082-2/+5
* Fixed problem with handling empty parameters.Ed Warnicke2001-07-052-5/+3
* Some minor changes to allow the mgcp plugin to be compiledEd Warnicke2001-07-041-8/+8
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-36/+36
* Get rid of NullTVB references.Guy Harris2001-04-231-3/+3
* Update the version of the MGCP plugin.Guy Harris2001-03-231-1/+1
* Get rid of no-longer-used "tvb_section_length()" routine.Guy Harris2001-03-221-14/+1
* Patch from Ed Warnicke.Olivier Abad2001-03-151-30/+14
* Updates from Ed Warnicke.Guy Harris2001-03-042-14/+21
* Update from Ed Warnicke.Guy Harris2001-03-042-40/+208
* Clean up the dissector registration up a bit - arrange that all pluginsGuy Harris2001-01-261-6/+1
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+10
* Increment module version.Gilbert Ramirez2001-01-121-1/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-5/+9
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-8/+8
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-4/+4
* Updates from Ed Warnicke.Guy Harris2000-12-283-30/+49
* Preferences shouldn't supposed to have blanks in their names - it canGuy Harris2000-12-251-15/+15
* Bug fixes from Ed Warnicke.Gilbert Ramirez2000-12-201-10/+40
* Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris2000-11-291-5/+5
* Export plugin_reg_handoff via DLLEXPORT.Gilbert Ramirez2000-11-221-3/+5
* Updates from Ed Warnicke.Guy Harris2000-11-211-140/+95
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-5/+9
* "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 onGuy Harris2000-11-141-2/+3
* Add a Makefile.nmake for the MGCP plugin, and updateGuy Harris2000-11-122-6/+25
* Yet Another .cvsignore file.Guy Harris2000-11-101-0/+18
* Tvbuffify the SAP and SDP dissectors.Guy Harris2000-11-101-5/+2
* MGCP updates from Ed Warnicke.Guy Harris2000-11-101-47/+33
* Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>.Gilbert Ramirez2000-11-098-0/+1529