aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authortpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-11 23:59:13 +0000
committertpot <tpot@f5534014-38df-0310-8fa8-9805f1628bb7>2002-09-11 23:59:13 +0000
commit2565b4bc1e621a38b2f9439e85bc2c39366ea40c (patch)
tree96dda720b1b173cf4bc49b87b9d37b05fdc0047e /Makefile.nmake
parentd08c22ee1d54754c8c8e53630507b23010274e32 (diff)
Discovered a new pipe, \PIPE\DNSSERVER, when debugging a win2k DNS
problem. The win2k DNS MMC snap-in generates calls to this pipe. There appear to be three calls which have been implemented as stubs for the moment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6277 f5534014-38df-0310-8fa8-9805f1628bb7
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 1eeb5cdead..41c822242a 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.222 2002/09/11 09:48:01 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.223 2002/09/11 23:59:13 tpot Exp $
include config.nmake
include <win32.mak>
@@ -60,6 +60,7 @@ DISSECTOR_SRC = \
packet-dcerpc-cds_solicit.c \
packet-dcerpc-conv.c \
packet-dcerpc-dfs.c \
+ packet-dcerpc-dnsserver.c \
packet-dcerpc-dtsstime_req.c \
packet-dcerpc-epm.c \
packet-dcerpc-lsa.c \