Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-iscsi.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: Sat, 14 Jun 2003 19:16:06 -0500 (CDT)
sahlberg    2003/06/14 19:16:06 CDT

  Modified files:
    .                    packet-iscsi.c 
  Log:
  Let iSCSI/TCP keep track of where PDU bundaries are in the TCP stream.
  This will reduce the chance of false-positives in detecting iscsi headers
  inside a large data transfer.  the dissector needs to become a bit more
  stateful first.
  
  NOP-Out commands will have a TransferTag of either -1   or a valid value if
  a response is requested.
  Assume opcode==NOP-Out (0) and TransferTag==0   is a non-iscsi header.
  
  Revision  Changes    Path
  1.44      +25 -1     ethereal/packet-iscsi.c