Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ntlmssp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Tim Potter <tpot@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Sep 2002 19:40:43 -0500 (CDT)
tpot        2002/09/23 19:40:42 CDT

  Modified files:
    .                    packet-ntlmssp.c 
  Log:
  Fixed a bitwise vs logical AND bug when checking the ntlmssp flags for
  the unicode bit.
  
  Also, it seems that the strings in the address list of a
  NTLMSSP_CHALLENGE message are always in unicode, regardless of the
  negotiated string type.  I have a capture of win98 doing NTLM over
  HTTP where the domain name is in ASCII but the address list is
  unicode.
  
  There is still a bug in the dissection of the NTLMSSP_AUTH message
  where the flags value does not specify unicode but the
  domain/user/host name is unicode.  Perhaps the flags value for this
  message aren't NTLMSSP flags?
  
  Guy/Richard/jmayer, if you have any captures that show different
  behaviour can you send them my way?
  
  Revision  Changes    Path
  1.25      +10 -7     ethereal/packet-ntlmssp.c