Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal bridged_pids.h Makefile.am oui.h packet-cdp.

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: Wed, 10 Jan 2001 03:07:38 -0600 (CST)
guy         2001/01/10 03:07:37 CST

  Modified files:
    .                    Makefile.am oui.h packet-cdp.c 
                         packet-clnp.c packet-esis.c packet-fddi.c 
                         packet-fr.c packet-ip.c packet-ipx.c 
                         packet-isis.c packet-llc.c packet-llc.h 
                         packet-ppp.c packet-tr.c ppptypes.h 
  Added files:
    .                    bridged_pids.h 
  Log:
  Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of
  its own; it's used not only by LLC, but by Frame Relay with RFC 2427 and
  ATM with RFC 2684.
  
  Support for RFC 2427-encapsulation Frame Relay packets, from Paul
  Ionescu.
  
  Get rid of the CISCO_IP PPP protocol type - Cisco HDLC uses, in most
  cases, Ethernet packet types, so use ETHERTYPE_IP instead (they're both
  0x0800).
  
  Revision  Changes    Path
  1.269     +2 -1      ethereal/Makefile.am
  1.8       +3 -2      ethereal/oui.h
  1.32      +2 -1      ethereal/packet-cdp.c
  1.23      +3 -1      ethereal/packet-clnp.c
  1.12      +2 -1      ethereal/packet-esis.c
  1.47      +7 -1      ethereal/packet-fddi.c
  1.6       +126 -44   ethereal/packet-fr.c
  1.120     +6 -2      ethereal/packet-ip.c
  1.75      +2 -1      ethereal/packet-ipx.c
  1.18      +2 -1      ethereal/packet-isis.c
  1.79      +168 -77   ethereal/packet-llc.c
  1.5       +4 -1      ethereal/packet-llc.h
  1.52      +10 -7     ethereal/packet-ppp.c
  1.56      +2 -1      ethereal/packet-tr.c
  1.3       +32 -8     ethereal/ppptypes.h