aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mdshdr.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-24fixed various typosulfl1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10220 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-30From Dinesh Dutt:guy1-1/+17
- Dissector for FICON - Dissector for FC-SP (Security Protocol for Fibre Channel) - Patches to correct the reassembly of FC fragments. - Support for new MDS Port Analyzer Adapters that carry the frame length for truncated frames. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8823 f5534014-38df-0310-8fa8-9805f1628bb7
2003-10-27From Dinesh Dutt: display the FC CRC for frames encapsulated withguy1-4/+8
MDSHDR, and show only the low-order 13 bits of the packet length field. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8787 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-07From Dinesh Dutt:guy1-9/+59
Add a preference to control whether to register for ethertype 0 or not. Change the short name of the protocol from "mdshdr" to "MDS Header". Tweak it to work at protocol registration time, by registering or un-registering the protocol at startup time or when the preferences are changed, rather than to just abandon the dissection if the preference is turned off. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7802 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-05From Motonori Shindo: use "val_to_str()" and "sof_vals"/"eof_vals"guy1-12/+3
rather than a separate indexed table of strings, to avoid crashes with bad packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7791 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-05From Dinesh Dutt:guy1-2/+3
fix the Fibre Channel reassembly code; fix handling of addresses in FC frames encapsulated inside various internal Cisco protocols; display link state records & descriptors better so as to improve readability & reduce the need to expand tree to find useful information; handle older versions of SW_RSCN; fix saving of device type from Inquiry command; add another Ethertype used internally in Cisco switches. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7283 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-24hf_mdshdr_span is a FT_UINT8 field, so we must use :oabad1-2/+2
proto_tree_add_uint_hidden() instead of proto_tree_add_int_hidden() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6997 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-23From Dinesh Dutt: updates to the Boardwalk and MDS header dissectors.guy1-1/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6983 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-22From Dinesh Dutt:guy1-0/+316
- A new decoder called MDSHDR which decodes the internal header of the Cisco MDS switch (this is different from the Boardwalk header). - Support for some more new columns as part of FC support. - Fixed the decoding of the Special Frame in FCIP. - Fixed the decoding of credit management type field in FLOGI/PLOGI frame in FC-ELS. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6974 f5534014-38df-0310-8fa8-9805f1628bb7