Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb-mailslot.c packet-smb-pipe.c pack

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: Wed, 28 Nov 2001 03:44:29 -0600 (CST)
guy         2001/11/28 03:44:29 CST

  Modified files:
    .                    packet-smb-mailslot.c packet-smb-pipe.c 
                         packet-smb.c 
  Log:
  Updates to transaction reassembly, from Ronnie Sahlberg.
  
  Add some checks for null tvbuff arguments.
  
  When dissecting transaction setup, parameters, and data when we couldn't
  dissect it as a pipe or mailslot transaction, use the reported length of
  the supplied tvbuff, not the actual length, as the amount of data
  present.
  
  Revision  Changes    Path
  1.27      +3 -1      ethereal/packet-smb-mailslot.c
  1.57      +29 -1     ethereal/packet-smb-pipe.c
  1.172     +207 -235  ethereal/packet-smb.c