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

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: Sat, 10 Aug 2002 16:15:40 -0500 (CDT)
guy         2002/08/10 16:15:40 CDT

  Modified files:
    .                    packet-ntlmssp.c packet-smb-common.c 
                         packet-smb-common.h packet-smb.c 
  Log:
  From Devin Heitmueller: dissect NTLMSSP authentication messages, and handle
  the flags field in NTLMSSP messages as a 32-bit field.
  
  Make "get_unicode_or_ascii_string()" take a "Unicode or not" flag rather
  than a "packet_info *" as an argument, make it not static, and move it
  to "packet-smb-common.c", so that it can be used by the SMB dissector
  and the NTLMSSP dissector.  Also get rid of some _U_'s that are applied
  to arguments that are, in fact, used.
  
  Revision  Changes    Path
  1.5       +246 -7    ethereal/packet-ntlmssp.c
  1.13      +146 -1    ethereal/packet-smb-common.c
  1.14      +5 -1      ethereal/packet-smb-common.h
  1.278     +119 -244  ethereal/packet-smb.c