Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-vines.c packet-vines.h

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: Thu, 17 Apr 2003 20:47:53 -0500 (CDT)
guy         2003/04/17 20:47:53 CDT

  Modified files:
    .                    packet-vines.c packet-vines.h 
  Log:
  Add VINES ARP support.
  
  Shuffle the routines for subprotocols of VINES ARP into numerical order
  by protocol number.
  
  The 32-bit net/16-bit subnet fields in the VINES IP header structure
  doesn't work, as the net has to be aligned on a 32-bit boundary; replace
  it with a 6-byte address field.
  
  Revision  Changes    Path
  1.49      +234 -154  ethereal/packet-vines.c
  1.16      +3 -5      ethereal/packet-vines.h