Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-arp.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, 10 Feb 2002 16:41:49 -0600 (CST)
guy         2002/02/10 16:41:49 CST

  Modified files:
    .                    packet-arp.c 
  Log:
  Put ARP hardware addresses that are MAC addresses into the protocol tree
  as FT_ETHER fields, not FT_BYTES fields.
  
  Don't treat Experimental Ethernet addresses as being Ethernet addresses
  (they were 8 bytes long, not 48 bytes long).
  
  Put ARP protocol addresses that are IPv4 addresses into the protocol
  tree as FT_IPv4 fields, not FT_BYTES fields.
  
  Fix the checks for MAC hardware addresses and IPv4 protocol addresses,
  done to see if we should say a given Ethernet address has the same name
  as a given IP address, to check both the type and length.
  
  Revision  Changes    Path
  1.50      +100 -49   ethereal/packet-arp.c