aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-9/+9
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-14/+12
2010-06-07Use find_or_create_conversation() rather than only conversation_new().wmeier1-5/+3
2010-06-07Move proto_reg_handoff...(...) to the end of the file;wmeier1-52/+51
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-6/+6
2008-09-23Minor change: use guint for prefs port variables.wmeier1-2/+2
2008-09-03Cleanup related to prefs & proto_reg_handoffwmeier1-8/+7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-02-02From Jon Ringle:etxrab1-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/+667