Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-quake2.c
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-31 Martin Kaiserremove some of the unnecessary if(tree) checks
2014-01-31 Martin KaiserTABs -> spaces
2013-12-12 Anders Broman- Forward declaration of register functions.
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-16 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2012-10-21 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-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-05-18 Bill MeierDon't assign to unused proto_item * variables: Coverit...
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-06-09 Bill MeierRevise code slightly; mostly: remove some unnecessary...
2010-02-01 Bill MeierUse qualified rather than somewhat generic names for...
2009-09-24 Kovarththanan Raja... Don't guard col_append_str with check_col
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:
2009-05-08 Bill MeierFT_BOOLEAN fields w/o bitmasks really should use BASE_N...
2008-09-23 Bill MeierMinor change: use guint for prefs port variables.
2008-09-11 Bill MeierMinor cleanup related to proto_reg_handoff ....
2008-09-02 Bill MeierMinor cleanup (mostly related to proto_reg_handoff...)
2007-11-08 Anders BromanApply yet another set of the optimization patches:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-24 Ronnie Sahlbergsome more dissectors converted to ep_tvb_get_string
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.