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: Sat, 19 Jan 2002 13:15:34 -0600 (CST)
guy         2002/01/19 13:15:34 CST

  Modified files:
    .                    packet-rpc.c 
  Log:
  When dissecting an RPC array, make the initial length of the protocol
  tree item for the entire array the amount of captured data remaining in
  the tvbuff, rather than 0, so that if we run out of captured data and
  throw an exception, the length is correct.
  
  Revision  Changes    Path
  1.82      +2 -2      ethereal/packet-rpc.c