Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal etypes.h packet-chdlc.c packet-eth.c packet-

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: Tue, 3 Apr 2001 00:42:12 -0500 (CDT)
guy         2001/04/03 00:42:12 CDT

  Modified files:
    .                    etypes.h packet-chdlc.c packet-eth.c 
                         packet-ethertype.c packet-gre.c 
  Log:
  An Ethernet type of 0x6558 is "Transparent Ethernet Bridging" which,
  apparently, means an Ethernet packet is stuffed into the payload; add
  support for it as an Ethernet, Cisco HDLC, and GRE packet type.
  
  Sort the Ethernet types in "etypes.h" by value.
  
  Revision  Changes    Path
  1.17      +50 -44    ethereal/etypes.h
  1.2       +10 -9     ethereal/packet-chdlc.c
  1.63      +7 -1      ethereal/packet-eth.c
  1.14      +2 -1      ethereal/packet-ethertype.c
  1.40      +8 -7      ethereal/packet-gre.c