aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-12-23 08:06:16 +0000
committerGuy Harris <guy@alum.mit.edu>2000-12-23 08:06:16 +0000
commit039805843b58e5f329fbd176a2fbfa5769d9d89c (patch)
tree38e10b3769821310c71b5ae2ffd72a572a98a782 /Makefile.am
parentd9c2256fa29e4c27616de7619795bee31d8d4656 (diff)
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. svn path=/trunk/; revision=2772
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2d1e8341df..ad9dfe5419 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.260 2000/12/22 15:55:36 nneul Exp $
+# $Id: Makefile.am,v 1.261 2000/12/23 08:06:14 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -139,6 +139,7 @@ DISSECTOR_SOURCES = \
packet-sctp.c \
packet-sdp.c \
packet-sip.c \
+ packet-sll.c \
packet-smb.c \
packet-smb-browse.c \
packet-smb-common.c \