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: Sun, 13 Apr 2003 19:27:03 -0500 (CDT)
guy         2003/04/13 19:27:03 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  Use symbolic names for the various write mode bits.
  
  To test whether a single bit is set, just do "if (mode&bit)", not
  "if ((mode&bit)==bit)".
  
  In the places where read and write data is processed, have both a
  comment indicating that it's file data and that you can transport DCERPC
  over SMB just with reads and writes, to indicate why we may call the
  DCERPC-over-a-pipe dissector.
  
  Revision  Changes    Path
  1.324     +28 -14    ethereal/packet-smb.c