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@xxxxxxxxxxxx (Guy Harris)
Date: Sat, 29 May 2004 01:55:53 -0500 (CDT)
guy         2004/05/29 01:55:52 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  When we create a tvbuff for a security blob, set its reported length to
  the reported length of the blob, not the amount of data available from
  the blob.
  
  Use "tvb_strneql()" when checking for strings, so that we don't throw an
  exception if there's less data in the tvbuff than there are bytes in the
  string, we just say "not equal".
  
  Revision  Changes    Path
  1.391     +34 -17    ethereal/packet-smb.c