aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake2.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-05-18Don't assign to unused proto_item * variables: Coverity 1015 & 1016.wmeier1-6/+4
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-06-09Revise code slightly; mostly: remove some unnecessary if tests ....wmeier1-95/+72
2010-02-01Use qualified rather than somewhat generic names for some enum definitions;wmeier1-76/+76
2009-09-24Don't guard col_append_str with check_colkrj1-6/+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-15/+15
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-2/+2
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
2007-11-08Apply yet another set of the optimization patches:etxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-07-24some more dissectors converted to ep_tvb_get_stringsahlberg1-2/+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/+932