Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-mdshdr.c AUTHORS Makefile.am Makefile

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 22 Jan 2003 00:26:35 -0600 (CST)
guy         2003/01/22 00:26:35 CST

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake 
                         column.c packet-eth.c packet-fcels.c 
                         packet-fcip.c 
  Added files:
    .                    packet-mdshdr.c 
  Log:
  From Dinesh Dutt:
  
      - A new decoder called MDSHDR which decodes the internal header of the
        Cisco MDS switch (this is different from the Boardwalk header).
      - Support for some more new columns as part of FC support.
      - Fixed the decoding of the Special Frame in FCIP.
      - Fixed the decoding of credit management type field in FLOGI/PLOGI frame
        in FC-ELS.
  
  Revision  Changes    Path
  1.704     +3 -1      ethereal/AUTHORS
  1.545     +2 -1      ethereal/Makefile.am
  1.274     +2 -1      ethereal/Makefile.nmake
  1.41      +38 -5     ethereal/column.c
  1.79      +35 -5     ethereal/packet-eth.c
  1.3       +3 -3      ethereal/packet-fcels.c
  1.2       +2 -2      ethereal/packet-fcip.c