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, 7 Nov 2001 02:05:06 -0600 (CST)
guy         2001/11/07 02:05:06 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  Further tvbuffication from Ronnie Sahlberg.
  
  Get rid of a bunch of stuff for which said tvbuffication removes the
  need.
  
  When dissecting byte parameters, make sure you don't consume more bytes
  than the byte count, and handle captures where the last string in the
  byte parameters area isn't properly null-terminated (I think I've seen
  that in packets from various versions of Windows NT).
  
  Make various bitfields given as decimal in SMB specs decimal.
  
  Revision  Changes    Path
  1.135     +2837 -3899ethereal/packet-smb.c