aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcels.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05Remove init to zero for static variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-224/+224
2023-06-13Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2023-03-23Address more warnings from check_typed_item_calls.pyMartin Mathieson1-4/+4
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-6/+6
2022-09-28FCELS: one find_options conversion missed in 86fdbe2ea94Jaap Keuter1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-5/+5
2022-06-07fcels: Use correct find_conversation() optionsStig Bjørlykke1-12/+15
2021-02-10Make some more variables/functions static.Martin Mathieson1-1/+1
2021-01-21FC ELS: Fix address length of FCWWN address in logout messageJaap Keuter1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-15/+15
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-5/+5
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-21/+5
2016-06-26conversation: rename shadow variableDario Lombardo1-3/+3
2016-04-25fcels: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marked-...Alexis La Goutte1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-26Add BMT_NO_FLAGS for proto_tree_add_bitmask_XXX_with_flags.Michael Mann1-4/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-3/+7
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-3/+3
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-336/+145
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-7/+7
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-37/+27
2014-12-28Create FT_FCWWN field type.Michael Mann1-43/+30
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-13/+13
2014-11-02fcels: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-10-30Eliminate proto_tree_add_text from packet-fcels.cMichael Mann1-160/+161
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-74/+48
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Move value_string defs from .h file; create/use extended value_string; Other ...Bill Meier1-25/+321
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte1-1/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-14Fix some warningsJakub Zawadzki1-2/+2
2013-12-10Reject the packet if data is NULL.Chris Maynard1-1/+6
2013-11-25Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann1-18/+21
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-07-17Use "generic" tfs (tfs_set_notset, tfs_supported_not_supported...)Alexis La Goutte1-138/+27
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+9
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-13/+11
2013-05-26Batch of filterable expert infos.Michael Mann1-2/+15
2013-03-18From beroset:Anders Broman1-10/+10