Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-xdmcp.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-05-28 Michael MannBatch of filterable expert infos. This (mostly) comple...
2013-02-01 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-02-01 Alexis La Goutte* Fix indent (Tab => 2 Spaces) and add Modelines info
2012-10-16 Anders BromanRemove spurious trailing '%' in format [-Werror=format]
2012-10-16 Michael Mannreplace proto_tree_add_text with filterable items and...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-25 Michael Manncleanup some unnecessary g_malloc calls
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-01-15 Jeff MorrissReplace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-07-16 Jaap KeuterFrom Robert Ancell:
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-11-04 Jaap KeuterFrom Ernst Oudhof:
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-03-26 Ronnie SahlbergFrom Sebastien Tandel
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.