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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 12 Jan 2000 13:37:29 -0600 (CST)
guy         2000/01/12 13:37:26 CST

  Modified files:
    .                    packet-llc.c oui.h 
  Log:
  Cisco CDP packets appears to be sent as LLC packets with an OUI of
  0x00000c and a protocol ID of 0x2000 - we used to recognize those as CDP
  because we ignored the OUI and treated all LLC packets as
  SNAP-encapsulated packets, and treated 0x2000 as an Ethertype, but we
  now treat only encapsulated-Ethernet and Apple packets as
  SNAP-encapsulated (and arguably we should handle Apple separately).
  
  Revision  Changes    Path
  1.38      +22 -2     ethereal/packet-llc.c
  1.3       +2 -1      ethereal/oui.h