aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcct.h
AgeCommit message (Collapse)AuthorFilesLines
2003-06-30Move definitions of value_string tables out of header files and intoguy1-33/+2
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7952 f5534014-38df-0310-8fa8-9805f1628bb7
2003-03-06Give a bunch of files RCS IDs.guy1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7300 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-14From Dinesh Dutt:guy1-0/+126
- 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6919 f5534014-38df-0310-8fa8-9805f1628bb7