Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan tvbuff.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 29 Nov 2000 21:24:16 -0600 (CST)
gram        2000/11/29 21:24:16 CST

  Modified files:
    epan                 tvbuff.c 
  Log:
  In tvb_set_reported_length(), don't assert on
  reported_length <= tvb->reported_length, but throw a ReportedBoundsError
  if that condition is not met.
  
  Revision  Changes    Path
  1.11      +4 -2      ethereal/epan/tvbuff.c