aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcoe.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-1/+1
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2021-07-13prefs_register_protocol_obsolete protocols with only obsolete prefsChuck Craft1-1/+1
2020-12-15FC: use ETHERTYPE_UNK when applicable, no excusesJaap Keuter1-2/+1
2020-09-04FCOE: Autodetect Ethernet FCS by examining EOFJohn Thacker1-10/+57
2020-08-31FCOE: (Pre-T11) Help Ethernet dissector guess about Ethernet FCSJohn Thacker1-0/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-36/+6
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-25Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann1-6/+9
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-2/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-5/+4
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-05-26Batch of filterable expert infos.Michael Mann1-1/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-12Don't call subdissectors / expert...() / col...() under 'if (tree)'Bill Meier1-102/+95
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-2/+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-11/+9
2009-04-08More ethereal --> wiresharkBill Meier1-1/+1
2008-08-25Remove unnecessary registration of a prefs callbackBill Meier1-3/+1
2008-06-25Fix some warnings - declare some arguments, variables, and structureGuy Harris1-13/+7
2007-11-25Based on suggestion from Stig Bjørlykke. Add CRC tree even when CRC is missing.Jaap Keuter1-1/+3
2007-11-25From Joe Eykholt:Stig Bjørlykke1-5/+9
2007-11-22Make previously removed ethertype preference obsolete. For inclusion inStephen Fisher1-0/+8
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-09-20From Joe Eykholt:Jaap Keuter1-39/+68