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: Thu, 8 Nov 2001 04:34:14 -0600 (CST)
guy         2001/11/08 04:34:13 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  Put the stuff to handle file data in read and write requests into a
  common subroutine.
  
  Label the "total data length" field in Write Raw and Write Multiplexed
  requests as such.
  
  Dissect the IPC State/Device State field of Open and X requests and NT
  Create and X requests ass per the stuff on page 67 of
  
  	ftp://ftp.microsoft.com/developr/drg/CIFS/dosextp.txt
  
  Make a variable that doesn't need to be static not static.
  
  Revision  Changes    Path
  1.138     +148 -137  ethereal/packet-smb.c