Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bootp.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: Thu, 27 Dec 2001 16:49:03 -0600 (CST)
guy         2001/12/27 16:49:03 CST

  Modified files:
    .                    packet-bootp.c 
  Log:
  On the first pass through the BOOTP options, check whether data exists
  before fetching it, so if an option is malformed, we don't throw an
  exception before the second pass through the option, which is the pass
  where they're dissected.
  
  Revision  Changes    Path
  1.60      +35 -11    ethereal/packet-bootp.c