aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-quake2.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-01Apply port preferences during dissector handoff registrationJaap Keuter1-1/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-3/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-28/+15
2016-07-21Add proto_tree_add_checksum.Michael Mann1-4/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-4/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
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-3/+4
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-12/+16
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-27/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-31remove some of the unnecessary if(tree) checksMartin Kaiser1-52/+39
2014-01-31TABs -> spacesMartin Kaiser1-705/+716
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2012-10-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
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-05-18Don't assign to unused proto_item * variables: Coverity 1015 & 1016.Bill Meier1-6/+4
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+2
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-95/+72
2010-02-01Use qualified rather than somewhat generic names for some enum definitions;Bill Meier1-76/+76
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-6/+2
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-15/+15
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-2/+2
2008-09-23Minor change: use guint for prefs port variables.Bill Meier1-2/+2
2008-09-11Minor cleanup related to proto_reg_handoff ....Bill Meier1-1/+1
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier1-2/+2
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-07-24some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg1-2/+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/+932