Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-brdwlk.c packet-fcct.c packet-fcct.h
guy 2003/01/13 19:17:46 CST
Modified files:
. AUTHORS Makefile.am Makefile.nmake
etypes.h
Added files:
. packet-brdwlk.c packet-fcct.c
packet-fcct.h packet-fcdns.c
packet-fcdns.h packet-fcfcs.c
packet-fcfcs.h packet-fcfzs.c
packet-fcfzs.h
Log:
From Dinesh Dutt:
- 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.
Revision Changes Path
1.698 +2 -1 ethereal/AUTHORS
1.537 +10 -1 ethereal/Makefile.am
1.270 +6 -1 ethereal/Makefile.nmake
1.30 +5 -1 ethereal/etypes.h