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: Wed, 19 Jun 2002 14:39:38 -0500 (CDT)
guy         2002/06/19 14:39:38 CDT

  Modified files:
    .                    packet-bootp.c 
  Log:
  From Joerg Mayer:
  	- dissect the flags field properly (some tool
  	  sent a wrong bc-flag (0x0100 instead of 0x8000) and
  	  the only way to see this was in the hexdump.
  	- The existence of the bootp.vendor field is optional.
  	  Iff it's there and the magic is not the dhcp one,
  	  this field is exactly 64 bytes long.
  
  Revision  Changes    Path
  1.65      +58 -17    ethereal/packet-bootp.c