aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-03 22:31:26 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-03 22:31:26 +0000
commite56b77f4cd8229eed54603b9447b0226339d9e43 (patch)
treee0e81ac55e449cd4ea95b398ae728ee27f0a7199 /Makefile.nmake
parentdeadb2896c5aac3834c609161f391a8a56ce4ce0 (diff)
Add support for SDLC encapsulation in DOS Sniffer captures; that
includes adding an SDLC dissector. svn path=/trunk/; revision=6848
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 fb9ceb9f27..cf84db7479 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.266 2003/01/02 20:44:32 guy Exp $
+# $Id: Makefile.nmake,v 1.267 2003/01/03 22:31:24 guy Exp $
include config.nmake
include <win32.mak>
@@ -266,6 +266,7 @@ DISSECTOR_SRC = \
packet-sccpmg.c \
packet-scsi.c \
packet-sctp.c \
+ packet-sdlc.c \
packet-sdp.c \
packet-sip.c \
packet-skinny.c \