Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-eth.c packet-ethertype.c packet-llc.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: Thu, 18 Jan 2001 01:44:40 -0600 (CST)
guy         2001/01/18 01:44:40 CST

  Modified files:
    .                    packet-eth.c packet-ethertype.c 
                         packet-llc.c packet-null.c packet-sll.c 
                         packet-vlan.c 
  Log:
  Pull the handling of trailers in Ethernet (as opposed to 802.3) frames
  into "ethertype()".
  
  Revision  Changes    Path
  1.56      +69 -92    ethereal/packet-eth.c
  1.10      +45 -9     ethereal/packet-ethertype.c
  1.81      +2 -2      ethereal/packet-llc.c
  1.39      +2 -2      ethereal/packet-null.c
  1.6       +5 -42     ethereal/packet-sll.c
  1.30      +15 -34    ethereal/packet-vlan.c