Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
[obnox/wireshark/wip.git] / epan / dissectors / packet-quakeworld.c
2011-06-19 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-06-09 wmeierDo some constifying (based upon gcc -Wwrite-strings...
2009-09-24 krjDon't guard col_append_str with check_col
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-08 wmeierFT_BOOLEAN fields w/o bitmasks really should use BASE_N...
2009-04-05 guyCasts of pointer differences to squelch P64 warnings...
2008-09-23 wmeierMinor change: use guint for prefs port variables.
2008-09-11 wmeierMinor cleanup related to proto_reg_handoff ....
2008-09-02 wmeierMinor cleanup (mostly related to proto_reg_handoff...)
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-02-02 stigRewrote strcat -> strncat, and fixed to show more than...
2007-11-08 etxrabApply yet another set of the optimization patches:
2007-05-22 standelfix gcc 4.2 warnings (qualifier type)
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-09-24 sahlbergget rid of one array from the stack and convert all...
2005-08-20 ulflremoved MSVC warnings:
2005-08-05 jmayerMore char -> const char warning fixes
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 gramMove dissectors to epan/dissectors directory.