Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-sll.c Makefile.am Makefile.nmake pack

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, 23 Dec 2000 02:06:15 -0600 (CST)
guy         2000/12/23 02:06:15 CST

  Modified files:
    .                    Makefile.am Makefile.nmake packet-bpdu.c 
  Added files:
    .                    packet-sll.c 
  Log:
  Add support for the DLT_LINUX_SLL capture type in the current CVS
  version of libpcap; that's used on Linux for captures on the "any"
  device (which captures from all interfaces simultaneously) and for
  captures on devices whose link-layer type libpcap doesn't (yet) support
  natively.
  
  The spanning tree code, when checking for GV{M,R,...}P packets, must
  first check whether the link-layer destination address is, in fact, an
  Ethernet-style address; on Linux cooked captures, there *is* no
  destination address, so it's of type AT_NONE, not AT_ETHER.
  
  Revision  Changes    Path
  1.261     +2 -1      ethereal/Makefile.am
  1.69      +2 -1      ethereal/Makefile.nmake
  1.17      +8 -3      ethereal/packet-bpdu.c