add another tvb_ensure_bytes_exist() call
[metze/wireshark/wip.git] / plugins / mgcp /
2005-05-28 Ronnie Sahlbergfrom Alejandro Vaquero
2005-05-26 Anders BromanFrom Martin Mathieson:
2005-05-02 Gerald CombsIn dissect_mgcp_firstline(), throw an exception if...
2005-04-29 Lars RolandFrom Martin Mathieson:
2005-04-26 Lars RolandReindent the mgcp dissector with tabs and
2005-04-25 Lars RolandFrom Martin Mathieson:
2005-04-18 Gerald CombsMake sure a pointer isn't null before we dereference it.
2005-04-18 Gerald CombsKeep MGCP from looping in an infinite fashion. Other...
2005-04-08 Ronnie SahlbergFrom Martin M
2005-03-29 Anders BromanFrom Martin Mathieson :
2005-03-07 Guy HarrisCall the "new-style init" routine for plugins a "regist...
2005-03-05 Lars RolandPreparations for dropping the old plugin api.
2005-02-21 Luis Ontanonooops,I forgot this one with the last checkin
2005-02-20 Lars RolandDon't register mgcp taps,
2005-02-14 Guy HarrisMake the "maintainer-clean" rules get rid of some addit...
2005-02-02 Anders BromanFrom Jon Ringle:
2005-01-05 Guy HarrisFrom Chris Maynard: free a string obtained with "tvb_ge...
2005-01-01 Guy HarrisWhen computing a hash value based on, among other things, a
2004-10-01 Guy HarrisFrom Lars Roland: we need to define _NEED_VAR_IMPORT_...
2004-09-29 Guy HarrisFrom Lars Roland: add an option to link plugins with...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-09-01 Guy HarrisMake a bunch of source files non-executable.
2004-08-06 Guy HarrisFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 Jörg Mayer .cvsignore is dead
2004-07-18 Jörg MayerAdd epan/dissectors/.cvsignore
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-05-31 Anders BromanFrom Thomas Anders fix some memory leaks
2004-05-30 Anders BromanFrom Thomas Anders patch adds sub parameter dissection...
2004-05-23 Anders BromanAdd translation of result codes
2004-05-09 Guy HarrisFrom Lars Roland: add support for building a libetherea...
2004-04-25 Olivier BiotReplace the plugin linkage libs into PLUGIN_LIBS which...
2004-04-14 Olivier BiotAdd support for plugin dissectors on cygwin builds...
2003-12-05 Guy HarrisSubdissectors must be called regardless of whether...
2003-11-17 Guy HarrisFix the copyright notices (Gerald has the copyright...
2003-11-06 Guy HarrisUse "$(OBJECTS)" whenever a complete list of .obj files...
2003-10-10 Guy HarrisGive every Makefile.nmake file a "distclean" rule,...
2003-09-05 Jörg Mayer- Make --enable-static work again (configure.in, Makefi...
2003-09-02 Guy Harris"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equiva...
2003-07-25 Guy HarrisGet rid of carriage returns - some compilers don't...
2003-06-14 Guy HarrisDefine GLIB_LIBS and GTK_LIBS variables in config.nmake...
2003-06-14 Guy HarrisDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2003-06-12 Guy HarrisGet rid of allocations of unused buffers.
2003-04-30 Gerald CombsModify tvb_get_nstringz*() to behave more like snprintf...
2003-04-16 Guy HarrisFrom Lars Roland:
2003-03-07 Gerald CombsAdd packet-mgcp.h to the distribution.
2003-03-06 Guy Harris"transid" values are guint32's, and should be printed...
2003-03-06 Ronnie SahlbergFrom Lars Ronald :
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 Guy HarrisAdd an extra argument to "tvb_find_line_end()", which...
2002-07-06 Guy HarrisFrom Nix:
2002-04-30 Guy HarrisMark the "plugin_address_table_t *" argument to "plugin...
2002-02-27 Guy HarrisFrom Joerg Mayer:
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-20 Guy HarrisFix some problems in protocol preferences blurbs.
2001-12-12 Guy HarrisFrom Motonori Shindo:
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-10-31 Guy HarrisSigh. Well, if you make the function declarations...
2001-07-10 Guy HarrisAdd some additional items to .cvsignore files, for...
2001-07-10 Ed WarnickeFixed the make dist problem.
2001-07-09 Uwe GirlichC sources are in $(srcdir) and not the current directory
2001-07-08 Ed WarnickeFixed the {tethereal,ethereal}_static targets so that the
2001-07-08 Ed WarnickeSome additional cleanup.
2001-07-05 Ed WarnickeFixed problem with handling empty parameters.
2001-07-04 Ed WarnickeSome minor changes to allow the mgcp plugin to be compiled
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 Guy HarrisGet rid of NullTVB references.
2001-03-23 Guy HarrisUpdate the version of the MGCP plugin.
2001-03-22 Guy HarrisGet rid of no-longer-used "tvb_section_length()" routine.
2001-03-15 Olivier AbadPatch from Ed Warnicke.
2001-03-04 Guy HarrisUpdates from Ed Warnicke.
2001-03-04 Guy HarrisUpdate from Ed Warnicke.
2001-01-26 Guy HarrisClean up the dissector registration up a bit - arrange...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-12 Gilbert RamirezIncrement module version.
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-28 Guy HarrisUpdates from Ed Warnicke.
2000-12-25 Guy HarrisPreferences shouldn't supposed to have blanks in their...
2000-12-20 Gilbert RamirezBug fixes from Ed Warnicke.
2000-11-29 Guy HarrisUse GLib's G_MODULE_EXPORT when defining constants...
2000-11-22 Gilbert RamirezExport plugin_reg_handoff via DLLEXPORT.
2000-11-21 Guy HarrisUpdates from Ed Warnicke.
2000-11-15 Guy HarrisAdd a mechanism by which a dissector can be registered...
2000-11-14 Guy Harris"plugin_api.c" needs to include <glib.h>, to define...
2000-11-12 Guy HarrisAdd a Makefile.nmake for the MGCP plugin, and update
2000-11-10 Guy HarrisYet Another .cvsignore file.
2000-11-10 Guy HarrisTvbuffify the SAP and SDP dissectors.
2000-11-10 Guy HarrisMGCP updates from Ed Warnicke.
2000-11-09 Gilbert RamirezAdd MGCP dissector plugin from Ed Warnicke <hagbard...