aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-30fc: Fix Service Response TableJohn Thacker1-2/+8
2022-08-29conversation: speak of the "conversation key" as just address/port endpoints.Guy Harris1-2/+2
2022-08-25Rename routines that talk about conversation keys to talk about elements.Guy Harris1-2/+2
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-7/+7
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-3/+3
2022-05-29epan: Remove conversation_create_endpoint options.Gerald Combs1-2/+2
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-1/+1
2020-12-15FC: use ETHERTYPE_UNK when applicable, no excusesJaap Keuter1-3/+2
2020-09-27Fix some wrong filter names.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-8/+8
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-06-05We were telling the FibreChannel dissector to decode the last 8 bytes twiceJoerg Mayer1-1/+1
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-06Convert PT_EXCHG into using conversation endpointsMichael Mann1-4/+3
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-17/+5
2017-01-29Register reassembly tablesMichael Mann1-3/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-1/+4
2016-07-21Add proto_tree_add_checksum.Michael Mann1-34/+12
2016-06-26conversation: rename shadow variableDario Lombardo1-2/+2
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-01FC: Forget about MDS when dealing with ETHERTYPE_BRDWALK (CID 280012)Jaap Keuter1-3/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-4/+4
2015-09-15Make fchdr "packet" scoped.Michael Mann1-89/+89
2015-08-24fc: don't THROW() an exception from a dissectorMartin Kaiser1-7/+25
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-4/+8
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-3/+3
2015-06-21Further refactor SRT stats.Michael Mann1-0/+43
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-99/+17
2015-04-05fibre channel: remove some unnecessary if(tree) checksMartin Kaiser1-31/+20
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-3/+3