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:57:11 -0600 (CST)
guy         2001/11/08 04:57:11 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  Print the create flags with 8 hex digits.
  
  Add some checks of the return value of
  "get_unicode_or_ascii_string_tvb()" - if a null terminator is missing,
  it might well run past the end of the byte parameters - and add some
  code to keep the byte count updated so that the right byte count is
  passed to "get_unicode_or_ascii_string_tvb()".
  
  Revision  Changes    Path
  1.139     +26 -17    ethereal/packet-smb.c