Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-common.h packet-smb-logon.c packe

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: Fri, 25 Jan 2002 03:42:23 -0600 (CST)
guy         2002/01/25 03:42:23 CST

  Modified files:
    .                    packet-smb-common.h packet-smb-logon.c 
                         packet-smb.c 
  Log:
  In the "Announce change to UAS or SAM" NETLOGON message, dissect the
  "Large Serial Number" as a 64-bit little-endian integer, and dissect the
  "NT Date/Time" as a FILETIME by calling "dissect_smb_64bit_time()".
  
  Export "dissect_smb_64bit_time()" so that we can do so.
  
  Revision  Changes    Path
  1.7       +4 -2      ethereal/packet-smb-common.h
  1.24      +6 -9      ethereal/packet-smb-logon.c
  1.199     +2 -2      ethereal/packet-smb.c