aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcswils.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-04Add {0, NULL} to end of fc_swils_rscn_addrfmt_val value_string array.Gilbert Ramirez1-1/+2
svn path=/trunk/; revision=9163
2003-11-19From Dave Sclarsky: fix the offset for the Node WWN.Guy Harris1-3/+3
svn path=/trunk/; revision=9032
2003-10-30From Dinesh Dutt:Guy Harris1-2/+8
- 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. svn path=/trunk/; revision=8823
2003-06-30Get rid of a value_string table that's not used.Guy Harris1-28/+1
svn path=/trunk/; revision=7953
2003-06-30Move definitions of value_string tables out of header files and intoGuy Harris1-7/+212
source files, so that they're not defined in every file that includes the header file, regardless of whether the file uses the table (in which case it should be defined in one file, and externally referenced in other files) or not (in which case it should't be defined in that file at all). Get rid of a boilerplate comment paragraph that doesn't apply. svn path=/trunk/; revision=7952
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