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: Tue, 9 Sep 2003 04:54:14 -0500 (CDT)
sahlberg    2003/09/09 04:54:14 CDT

  Modified files:
    .                    packet-iscsi.c 
  Log:
  For iSCSI
  During the Login phase, if the T bit is not set, then the iniator/targets are not ready to transition to the next stage.
  Thus the NSG bits are undefined.
  
  Change the dissector to only dissect the NSG bits iff the T bit is set in the Login pdu.
  
  Revision  Changes    Path
  1.47      +10 -3     ethereal/packet-iscsi.c