Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ndmp.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, 3 Feb 2002 15:44:01 -0600 (CST)
guy         2002/02/03 15:44:01 CST

  Modified files:
    .                    packet-ndmp.c 
  Log:
  Catch ReportedBoundsError exceptions when dissecting NDMP messages, and
  report the error but don't re-throw the exception; that way, we can
  continue to dissect additional NDMP messages in the frame or reassembled
  chunk of data, even if one of them happens to be too short for what's in
  it.
  
  Revision  Changes    Path
  1.13      +38 -9     ethereal/packet-ndmp.c