aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
Commit message (Expand)AuthorAgeFilesLines
* Subdissectors must be called regardless of whether a protocol tree isGuy Harris2003-12-051-67/+61
* Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris2003-11-171-4/+3
* Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris2003-11-061-3/+3
* Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris2003-10-101-1/+3
* - Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2003-09-052-9/+4
* "tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent toGuy Harris2003-09-021-5/+3
* Get rid of carriage returns - some compilers don't like them.Guy Harris2003-07-251-53/+53
* Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris2003-06-141-2/+2
* Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris2003-06-141-4/+2
* Get rid of allocations of unused buffers.Guy Harris2003-06-121-3/+1
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-301-3/+3
* From Lars Roland:Guy Harris2003-04-164-15/+24
* Add packet-mgcp.h to the distribution.Gerald Combs2003-03-071-3/+3
* "transid" values are guint32's, and should be printed with "%u" (onGuy Harris2003-03-061-3/+4
* From Lars Ronald :Ronnie Sahlberg2003-03-062-25/+370
* 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