Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal chdlctypes.h Makefile.am etypes.h packet-bpd

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: Sat, 11 Jan 2003 04:16:23 -0600 (CST)
guy         2003/01/11 04:16:23 CST

  Modified files:
    .                    Makefile.am etypes.h packet-bpdu.c 
                         packet-chdlc.c packet-osi.c 
  Added files:
    .                    chdlctypes.h 
  Log:
  Add a new "chdlctypes.h" file for Cisco HDLC type values that aren't
  just Ethernet type values.  Move the type value for ISO network-layer
  protocols there, and put the type value for IEEE spanning tree there as
  well, use that value in the BPDU dissector, and add an item to the CHDLC
  dissector for it.
  
  Revision  Changes    Path
  1.536     +2 -1      ethereal/Makefile.am
  1.29      +1 -5      ethereal/etypes.h
  1.45      +3 -2      ethereal/packet-bpdu.c
  1.18      +4 -2      ethereal/packet-chdlc.c
  1.57      +3 -3      ethereal/packet-osi.c