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: Mon, 10 Feb 2003 15:13:14 -0600 (CST)
guy         2003/02/10 15:13:13 CST

  Modified files:
    .                    packet-arp.c 
  Log:
  Don't tell the resolver code that a given MAC address corresponds to a
  given IP address if:
  
  	the MAC address is non-unicast, not just if it's broadcast;
  
  	the MAC address is all zeroes;
  
  	the IP address is all zeroes.
  
  *Do* tell the resolver code that the target MAC address corresponds to
  the target IP address in ARP replies, as long as none of the above are
  true - replies are the packets most likely to contain interesting target
  address information.
  
  Revision  Changes    Path
  1.56      +16 -13    ethereal/packet-arp.c