aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-01-09[quake] remove a bunch of unnecessary if (tree) checksMartin Kaiser1-107/+76
2016-01-09Get rid of unused variable.Guy Harris1-12/+7
2016-01-09Add routines to add an item and return the item's real length.Guy Harris1-21/+27
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+5
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-139/+150
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-8/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-9/+3
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-36/+49
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-9/+9
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