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@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 17 Jun 2004 15:04:53 -0500 (CDT)
guy         2004/06/17 15:04:53 CDT

  Modified files:
    .                    packet-arp.c 
  Log:
  Give the RFC number for ARP.
  
  When checking for a gratuitous ARP, compare the raw bytes of the
  protocol addresses, not the strings for those addresses.
  
  Do the stuff we do even if we *aren't* constructing a protocol tree or
  setting the Info column first, and then quit if we're doing neither.
  That obviates the need to set "is_gratuitous" if we're doing neither.
  
  Construct the strings for addresses when we need them, rather than
  constructing them in advance even if we don't need them.
  
  Capitalize "ARP" in "Gratuitous ARP".
  
  Revision  Changes    Path
  1.60      +71 -58    ethereal/packet-arp.c