aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-09-23 17:14:54 +0000
committerJörg Mayer <jmayer@loplof.de>2002-09-23 17:14:54 +0000
commit37c599b47d1e739704173a2a1d32c228b434ca16 (patch)
treeca54091f89fe0115f7527896a8b90fd86380699e /Makefile.nmake
parentba14ebf41c5c4e4c5d07e34380c42fd44c6fd9ad (diff)
downloadwireshark-37c599b47d1e739704173a2a1d32c228b434ca16.tar.gz
wireshark-37c599b47d1e739704173a2a1d32c228b434ca16.tar.bz2
wireshark-37c599b47d1e739704173a2a1d32c228b434ca16.zip
Dissector for Novell Distributed Print Services by Greg Morris.
NDPS runs on top of SPX and TCP. svn path=/trunk/; revision=6323
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 ecf2970235..d32d9a7799 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.239 2002/09/20 09:22:46 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.240 2002/09/23 17:14:54 jmayer Exp $
include config.nmake
include <win32.mak>
@@ -194,6 +194,7 @@ DISSECTOR_SRC = \
packet-ncp.c \
packet-ncp2222.c \
packet-ndmp.c \
+ packet-ndps.c \
packet-netbios.c \
packet-netflow.c \
packet-nfs.c \