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, 31 Oct 2001 02:43:10 -0600 (CST)
guy         2001/10/31 02:43:10 CST

  Modified files:
    .                    packet-bootp.c 
  Log:
  Update the code for the DHCP authentication option to match RFC 3118,
  and update the URL for the DHCP parameter value assignments; support a
  code of 90 for DHCP authentication, as that's what RFC 3118 specifies.
  
  Show symbolic values for some of the fields in the DHCP authentication
  option, and base the decision on whether to dissect the authentication
  data as HMAC-MD5 data on whether that's what the protocol and algorithm
  field specified.  Show the replay detection value as a 64-bit number
  only if it's specified to be a monotonically-increasing counter;
  otherwise, just show it as bytes.
  
  Revision  Changes    Path
  1.56      +100 -20   ethereal/packet-bootp.c