Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap libpcap.c wtap.c wtap.h

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

  Modified files:
    wiretap              libpcap.c wtap.c wtap.h 
  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.45      +7 -1      ethereal/wiretap/libpcap.c
  1.50      +3 -1      ethereal/wiretap/wtap.c
  1.83      +3 -2      ethereal/wiretap/wtap.h