Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-aarp.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 17:48:15 -0600 (CST)
guy         2002/02/10 17:48:15 CST

  Modified files:
    .                    packet-aarp.c 
  Log:
  Put ARP hardware addresses that are MAC addresses into the protocol tree
  as FT_ETHER fields, not FT_BYTES fields.
  
  Only label Appletalk protocol addresses as "{Source,Target} ID"; label
  the others as "{Source,Target} protocol address", and have different
  fields for Appletalk and other protocol addresses.
  
  Don't put addresses into the protocol tree if they're zero-length.
  
  Revision  Changes    Path
  1.35      +100 -34   ethereal/packet-aarp.c