Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-browse.c 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: Thu, 20 Feb 2003 01:55:02 -0600 (CST)
guy         2003/02/20 01:55:01 CST

  Modified files:
    .                    packet-smb-browse.c packet-smb-pipe.c 
  Log:
  At least in regular SMB Browse and RAP messages, the server type mask is
  not guaranteed to be aligned on a 4-byte boundary, so, if we're not
  dissecting a DCE RPC request or reply, don't use "dissect_ndr_uint32()"
  to extract the access mask.
  
  Revision  Changes    Path
  1.27      +25 -8     ethereal/packet-smb-browse.c
  1.87      +3 -5      ethereal/packet-smb-pipe.c