Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-quakeworld.c
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-04-12 Guy HarrisGet rid of more tvb_get_nstringz* calls.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-12 Anders Broman- Forward declaration of register functions.
2013-09-16 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-15 Pascal QuantinA few more dissectors converted to wmem
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-08-14 Michael Mannmore ephemeral memory cleanup
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-06-19 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-06-09 Bill MeierDo some constifying (based upon gcc -Wwrite-strings...
2009-09-24 Kovarththanan Raja... Don't guard col_append_str with check_col
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
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...
2009-04-05 Guy HarrisCasts of pointer differences to squelch P64 warnings...
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...)
2008-03-01 Stig BjørlykkeRewrote to use g_strlcpy and g_strlcat.
2008-02-02 Stig BjørlykkeRewrote strcat -> strncat, and fixed to show more than...
2007-11-08 Anders BromanApply yet another set of the optimization patches:
2007-05-22 Sebastien Tandelfix gcc 4.2 warnings (qualifier type)
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-24 Ronnie Sahlbergget rid of one array from the stack and convert all...
2005-08-20 Ulf Lampingremoved MSVC warnings:
2005-08-05 Jörg MayerMore char -> const char warning fixes
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.