Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ip.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, 19 Jan 2003 16:21:02 -0600 (CST)
guy         2003/01/19 16:21:02 CST

  Modified files:
    .                    packet-ip.c 
  Log:
  When dissecting the packet that gave an ICMP error, save the writability
  state of the columns and the current protocol, and restore them when
  done.  Also, cache BoundsError and, if we get a BoundsError, restore
  them and then re-throw the BoundsError, so we see a "Short Frame"
  indication if the frame was cut off by the snapshot length.
  
  Revision  Changes    Path
  1.179     +32 -6     ethereal/packet-ip.c