Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-q933.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-12 Anders Broman- Forward declaration of register functions.
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 MannRemoved check_col() and the occasional tree.
2013-01-31 Bill MeierUse '#if 0 ... #endif' rather than /** ... **/ to comme...
2013-01-26 Bill MeierComment out cases of unused hf array entries found...
2013-01-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-11-09 Bill MeierFix a number of proto_tree_add_item() encoding args.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-03-27 Bill Meier1. Fix bug in dissection of a field; Add two missing...
2011-02-11 Jeff MorrissCheck for places where tvb_bytes_to_str() or tvb_get_by...
2011-01-16 Jeff MorrissThere's no need to pass the result of tvb_get_ptr(...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
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_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-09-30 Bill MeierMinor proto_reg_handoff cleanup: use find_dissector...
2008-08-14 Bill MeierUse const with value_string array definitions
2008-08-14 Stig BjørlykkeAdded a missing {0,NULL} as noted by Christopher.
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-08-02 Jörg MayerFix more "no previous declaration" warnings
2005-04-22 Gerald CombsDon't pass a null format string to val_to_str().
2005-04-22 Gerald CombsDon't pass a null format string to val_to_str().
2005-03-21 Ronnie Sahlbergfrom Hannes Gredler
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.