aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy1-1/+3
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)jmayer2-9/+4
2003-09-02"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent toguy1-5/+3
2003-07-25Get rid of carriage returns - some compilers don't like them.guy1-53/+53
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onguy1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy1-4/+2
2003-06-12Get rid of allocations of unused buffers.guy1-3/+1
2003-04-30Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesgerald1-3/+3
2003-04-16From Lars Roland:guy4-15/+24
2003-03-07Add packet-mgcp.h to the distribution.gerald1-3/+3
2003-03-06"transid" values are guint32's, and should be printed with "%u" (onguy1-3/+4
2003-03-06From Lars Ronald :sahlberg2-25/+370
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-196/+196
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-17Add an extra argument to "tvb_find_line_end()", which specifies what itguy1-10/+10
2002-07-06From Nix:guy1-3/+3
2002-04-30Mark the "plugin_address_table_t *" argument to "plugin_init()" asguy1-15/+13
2002-02-27From Joerg Mayer:guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy2-6/+6
2002-01-20Fix some problems in protocol preferences blurbs.guy1-1/+2
2001-12-12From Motonori Shindo:guy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-11/+11
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-18/+15
2001-10-31Sigh. Well, if you make the function declarations external, that meansguy1-1/+3
2001-07-10Add some additional items to .cvsignore files, for new files built whenguy1-0/+1
2001-07-10Fixed the make dist problem.hagbard1-2/+2
2001-07-09C sources are in $(srcdir) and not the current directorygirlich1-2/+2
2001-07-08Fixed the {tethereal,ethereal}_static targets so that thehagbard2-2/+17
2001-07-08Some additional cleanup.hagbard2-2/+5
2001-07-05Fixed problem with handling empty parameters.hagbard2-5/+3
2001-07-04Some minor changes to allow the mgcp plugin to be compiledhagbard1-8/+8
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-36/+36
2001-04-23Get rid of NullTVB references.guy1-3/+3
2001-03-23Update the version of the MGCP plugin.guy1-1/+1
2001-03-22Get rid of no-longer-used "tvb_section_length()" routine.guy1-14/+1
2001-03-15Patch from Ed Warnicke.oabad1-30/+14
2001-03-04Updates from Ed Warnicke.guy2-14/+21
2001-03-04Update from Ed Warnicke.guy2-40/+208
2001-01-26Clean up the dissector registration up a bit - arrange that all pluginsguy1-6/+1
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+10
2001-01-12Increment module version.gram1-1/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-5/+9
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-8/+8
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-4/+4