Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rpc.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, 6 Jan 2002 18:59:26 -0600 (CST)
guy         2002/01/06 18:59:26 CST

  Modified files:
    .                    packet-rpc.c 
  Log:
  Catch ReportedBoundsError exceptions when dissecting an RPC-over-TCP
  call/reply, and report the error but don't re-throw the exception; that
  way, we can continue to dissect additional RPC 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.79      +39 -8     ethereal/packet-rpc.c