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@xxxxxxxxxxxxxxxxx>
Date: Thu, 21 Aug 2003 00:42:48 -0500 (CDT)
guy         2003/08/21 00:42:48 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  The MaxCountHigh field in a READ_ANDX is given as a ULONG, i.e. 32 bits,
  in the SNIA CIFS spec, although it's probably a 16-bit MaxCountHigh and
  a 16-bit reserved field (it's a 32-bit timeout field in an earlier SMB
  spec).
  
  Call the MaxCount and MaxCountHigh fields in a READ_ANDX "Max Count Low"
  and "Max Count High", rather than "Data Length Low" and "Data Length
  High".
  
  Revision  Changes    Path
  1.367     +43 -15    ethereal/packet-smb.c