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: Wed, 13 Feb 2002 23:54:02 -0600 (CST)
guy         2002/02/13 23:54:01 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  From Tim Potter:
  
    - For selected read and write SMBs, display the byte count and offset
      in the info column.  This makes browsing file read/writes easier to
      understand.
  
    - In dissect_nt_sids() sometimes the version number is 3 but the rest
      of the sid format remains the same.  This is purely by observation -
      I have no documentation to confirm this.
  
    - Use a GString instead of a fixed buffer in dissect_nt_sids().
  
  Revision  Changes    Path
  1.206     +55 -11    ethereal/packet-smb.c