aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
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.nmake
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.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index c6a5fd9d25..32fb889d41 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.68 2000/12/17 07:38:14 guy Exp $
+# $Id: Makefile.nmake,v 1.69 2000/12/23 08:06:14 guy Exp $
include config.nmake
@@ -126,6 +126,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 \