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, 26 Aug 2001 23:45:41 -0500 (CDT)
guy         2001/08/26 23:45:40 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  Make a routine to handle fetching strings that are Unicode or ASCII
  depending on the setting of the "Strings are Unicode" bit in the SMB.
  
  Correctly handle Unicode strings in Session Setup and X and Tree Connect
  and X messages.
  
  Always display the Word Count and Byte Count fields of a Session Setup
  and X message, regardless of whether we recognize the word count value
  as one we can handle or not.
  
  Correctly handle Session Setup and X messages if extended security
  exchanges are being used.
  
  Decode the (known) bits of the Action field in an Session Setup and X
  message, and the (known) bits of the optional flags field of a Tree
  Connect and X message.  Show the optional flags field as a 16-bit hex
  quantity.
  
  Revision  Changes    Path
  1.105     +512 -91   ethereal/packet-smb.c