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@xxxxxxxxxxxx>
Date: Thu, 4 Nov 1999 02:21:09 -0600 (CST)
guy         1999/11/04 02:21:06 CST

  Modified files:
    .                    packet-aarp.c 
  Log:
  Decode the hardware and protocol types.
  
  Define the hardware type, protocol type, and opcode values fields as
  enums.
  
  Dissect the addresses the same way the ARP dissector does, so that we
  don't completely give up if the hardware addresses aren't 6-byte
  Ethernet/Token Ring addresses or the protocol addresses aren't 4-byte
  Appletalk IDs.
  
  Revision  Changes    Path
  1.13      +127 -85   ethereal/packet-aarp.c