Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-pipe.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, 27 Jan 2002 16:25:49 -0600 (CST)
guy         2002/01/27 16:25:49 CST

  Modified files:
    .                    packet-smb-pipe.c 
  Log:
  Not all pointers in RAP packets point to null-terminated strings; add
  support for the "b" descriptor item in data, for pointers that point to
  arrays of bytes - the descriptor item includes a byte count giving the
  number of bytes in the array.
  
  Handle the "logon hours" bitmask in that fashion.
  
  Sometimes it appears that -1 means "unknown", and sometimes it appears
  that 0 means "unknown", for the last logoff date/time; interpret both of
  them as "unknown" (or "never").
  
  Revision  Changes    Path
  1.68      +132 -36   ethereal/packet-smb-pipe.c