strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delenda
[obnox/wireshark/wip.git] / plugins / mgcp / packet-mgcp.c
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2006-12-01 martinmFor duplicate requests and responses, make clickable...
2006-05-23 etxrabFrom Martin Mathieson:
2006-05-21 sahlbergname change
2006-04-05 etxrabFrom Martin Mathieson:
2006-02-14 jmayerExperiment with a somewhat generic packet-to-plugin...
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-08-10 geraldep_tvb_get_string() -> tvb_get_ephemeral_string().
2005-07-27 legofix another leak of tap data
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-05-28 sahlbergfrom Alejandro Vaquero
2005-05-26 etxrabFrom Martin Mathieson:
2005-05-02 geraldIn dissect_mgcp_firstline(), throw an exception if...
2005-04-29 lrolandFrom Martin Mathieson:
2005-04-26 lrolandReindent the mgcp dissector with tabs and
2005-04-25 lrolandFrom Martin Mathieson:
2005-04-18 geraldMake sure a pointer isn't null before we dereference it.
2005-04-18 geraldKeep MGCP from looping in an infinite fashion. Other...
2005-04-08 sahlbergFrom Martin M
2005-03-29 etxrabFrom Martin Mathieson :
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-05 lrolandPreparations for dropping the old plugin api.
2005-02-20 lrolandDon't register mgcp taps,
2005-02-02 etxrabFrom Jon Ringle:
2005-01-05 guyFrom Chris Maynard: free a string obtained with "tvb_ge...
2005-01-01 guyWhen computing a hash value based on, among other things, a
2004-09-29 guyFrom Lars Roland: add an option to link plugins with...
2004-09-29 guyMove the tap infrastructure to the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-05-31 etxrabFrom Thomas Anders fix some memory leaks
2004-05-30 etxrabFrom Thomas Anders patch adds sub parameter dissection...
2004-05-23 etxrabAdd translation of result codes
2004-05-09 guyFrom Lars Roland: add support for building a libetherea...
2003-12-05 guySubdissectors must be called regardless of whether...
2003-09-05 jmayer- Make --enable-static work again (configure.in, Makefi...
2003-09-02 guy"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equiva...
2003-06-12 guyGet rid of allocations of unused buffers.
2003-04-30 geraldModify tvb_get_nstringz*() to behave more like snprintf...
2003-04-16 guyFrom Lars Roland:
2003-03-06 guy"transid" values are guint32's, and should be printed...
2003-03-06 sahlbergFrom Lars Ronald :
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 guyAdd an extra argument to "tvb_find_line_end()", which...
2002-04-30 guyMark the "plugin_address_table_t *" argument to "plugin...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyFix some problems in protocol preferences blurbs.
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-10-31 guySigh. Well, if you make the function declarations...
2001-07-08 hagbardFixed the {tethereal,ethereal}_static targets so that the
2001-07-08 hagbardSome additional cleanup.
2001-07-05 hagbardFixed problem with handling empty parameters.
2001-07-04 hagbardSome minor changes to allow the mgcp plugin to be compiled
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 guyGet rid of NullTVB references.
2001-03-22 guyGet rid of no-longer-used "tvb_section_length()" routine.
2001-03-15 oabadPatch from Ed Warnicke.
2001-03-04 guyUpdates from Ed Warnicke.
2001-03-04 guyUpdate from Ed Warnicke.
2001-01-26 guyClean up the dissector registration up a bit - arrange...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-28 guyUpdates from Ed Warnicke.
2000-12-25 guyPreferences shouldn't supposed to have blanks in their...
2000-12-20 gramBug fixes from Ed Warnicke.
2000-11-29 guyUse GLib's G_MODULE_EXPORT when defining constants...
2000-11-22 gramExport plugin_reg_handoff via DLLEXPORT.
2000-11-21 guyUpdates from Ed Warnicke.
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-12 guyAdd a Makefile.nmake for the MGCP plugin, and update
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-10 guyMGCP updates from Ed Warnicke.
2000-11-09 gramAdd MGCP dissector plugin from Ed Warnicke <hagbard...