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

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: Tue, 11 Sep 2001 00:31:47 -0500 (CDT)
guy         2001/09/11 00:31:47 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  The byte count field in an SMB Write request counts not only the data
  being written, but the 2 bytes of data length and one byte of buffer
  type preceding that data; use the data length (which doesn't count
  itself or the buffer type byte), rather than the byte count, to
  determine how much data is being written.
  
  Revision  Changes    Path
  1.113     +4 -4      ethereal/packet-smb.c