aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-06-09Revise code slightly; mostly: remove some unnecessary if tests ....Bill Meier1-14/+12
2010-06-07Use find_or_create_conversation() rather than only conversation_new().Bill Meier1-5/+3
2010-06-07Move proto_reg_handoff...(...) to the end of the file;Bill Meier1-52/+51
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-6/+6
2008-09-23Minor change: use guint for prefs port variables.Bill Meier1-2/+2
2008-09-03Cleanup related to prefs & proto_reg_handoffBill Meier1-8/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-02-02From Jon Ringle:Anders Broman1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+667