Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb.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, 2 Aug 2001 02:16:07 -0500 (CDT)
guy         2001/08/02 02:16:07 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  Put in some checks to make sure we're not running past the end of the
  packet; this is far from a complete set of checks - the right way to
  make this dissector safe is to tvbuffify it - but it's sufficient to
  eliminate most cases where my regression tests bogusly reported that the
  packet was dissected differently due to different stuff being past the
  end of the packet.
  
  Revision  Changes    Path
  1.87      +22 -1     ethereal/packet-smb.c