aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
AgeCommit message (Expand)AuthorFilesLines
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
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
2003-12-05Subdissectors must be called regardless of whether a protocol tree isGuy Harris1-67/+61
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris1-4/+3
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-3/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2-9/+4
2003-09-02"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent toGuy Harris1-5/+3
2003-07-25Get rid of carriage returns - some compilers don't like them.Guy Harris1-53/+53
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-06-12Get rid of allocations of unused buffers.Guy Harris1-3/+1
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs1-3/+3
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