aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-11/+7
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-28Create FT_FCWWN field type.Michael Mann1-6/+4
2014-12-24Replace fc_to_str with address_to_str or tvb_fc_to_str.Michael Mann1-4/+7
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-03FC: fix dissection when packets are captured with Fibre Channel FC-2 encapsul...Pascal Quantin1-1/+14
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+26
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+29
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-12/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte1-1/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-28Adjust fc_stat.c to use newer fc_exchange_t structure for its stats.Michael Mann1-0/+3
2013-11-28Bugfix Negative Fibre Channel scsi_time value. Bug 3209 (https://bugs.wiresh...Michael Mann1-68/+71
2013-11-27try to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9485Martin Kaiser1-0/+6
2013-11-25Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann1-21/+25