Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-fc.c

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Tue, 24 Jun 2003 10:37:30 -0500 (CDT)
sahlberg    2003/06/24 10:37:30 CDT

  Modified files:
    .                    packet-fc.c 
  Log:
  Updates to the fibre channel dissector
  
  removed two hf fields that are now redundant since F_CTL is decoded
  
  placed most interesting header fields in a struct
  
  added request response matching and measurement of delta time between the first and the last frame of an exchange.
  
  todo:
  1, finish restructure of decoding of fc header so that
  it will populate the tree as it reads more data fields from the tvb
  so that we can get useful info in the tree even for short frames.
  2, add TAP to fc and pass the header struct and the time delta struct to
  tap listeners
  3, add ServiceResponseTime tap listener for FC
  
  Revision  Changes    Path
  1.9       +313 -126  ethereal/packet-fc.c