aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quakeworld.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Don't guard col_append_str with check_colkrj1-6/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-18/+18
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-2/+2
2009-04-05Casts of pointer differences to squelch P64 warnings; the differencesguy1-3/+3
2008-09-23Minor change: use guint for prefs port variables.wmeier1-2/+2
2008-09-11Minor cleanup related to proto_reg_handoff ....wmeier1-1/+1
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)wmeier1-2/+2
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-3/+3
2008-02-02Rewrote strcat -> strncat, and fixed to show more than the last remainingstig1-3/+4
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2007-05-22fix gcc 4.2 warnings (qualifier type)standel1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-24get rid of one array from the stack and convert all strcpy() to pointers to l...sahlberg1-16/+17
2005-08-20removed MSVC warnings:ulfl1-6/+6
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+913