aboutsummaryrefslogtreecommitdiffstats
path: root/packet-brdwlk.c
AgeCommit message (Collapse)AuthorFilesLines
2003-10-30#if 0 out the stuff to set the reported length, as it'd throw anGuy Harris1-1/+6
exception if it would increase the reported length. svn path=/trunk/; revision=8825
2003-10-30From Dinesh Dutt:Guy Harris1-10/+47
- 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-07-21Don't assume that, if you've already seen the packet, you can use theGuy Harris1-20/+48
global variables to determine if packets were dropped, because you can't - packets can be visited in any order. Instead, attach to packets preceded by dropped packets protocol data, as a flag that packets were dropped. Re-initialize the global variables when a capture is opened. svn path=/trunk/; revision=8062
2003-07-21Get rid of two unused (and empty) value_string tables.Guy Harris1-28/+62
Make it correctly handle short frames (frames not long enough to have a 4-byte EOF record). Don't give the "dropped packet" protocol tree item a length, as it doesn't directly correspond to any data in the packet. svn path=/trunk/; revision=8061
2003-01-23From Dinesh Dutt: updates to the Boardwalk and MDS header dissectors.Guy Harris1-1/+3
svn path=/trunk/; revision=6983
2003-01-14From Dinesh Dutt:Guy Harris1-0/+298
- Decoders for the few remaining FC protocols not included in my first patch. Included in this list are decoders for FC-CT (common transport), Name Server (dNS), Fabric Configuration Server (FCS) and Zone Server (FZS). - Decoder for MDS Debug Port Adapter. MDS Debug Port Adapter (internal name was Boardwalk and this is the file name) is a piece of hardware that can be purchased with Cisco's MDS Fibre Channel switches that converts FC frames into Ethernet frames. One end is connected to a port on a FC switch and the other end is connected to a FE/GE Ethernet port. The decoder included here decodes the encapsulation header that carries information such as SOF/EOF of FC frames. svn path=/trunk/; revision=6919