aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcswils.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-05From Dinesh Dutt:Guy Harris1-18/+35
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. svn path=/trunk/; revision=7283
2003-01-30Remove unprotected use of GCC __attribute__ in an unused #defineLaurent Deniel1-7/+1
svn path=/trunk/; revision=7047
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-0/+1727
header, Extended Link Service, Interswitch Link Service, FCP, and IPFC. svn path=/trunk/; revision=6757