aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-31 08:05:29 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-31 08:05:29 +0000
commit3a92530a5292eeecaa7a067160d31fd789669ba5 (patch)
treede2198d0dbc5622f4c7446194bf37bdad0dc755a /Makefile.nmake
parentd2986ef68ddf1a93e4cfb7360b59caab01dd3693 (diff)
From Devin Heitmueller: support for decrypting DCERPC conversations
using NTLMSSP version 1. Show stub data as such for all requests and replies where we can't dissect the stub data as a request or reply for some DCERPC-based protocol. svn path=/trunk/; revision=6825
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 fb41bd30b8..19b8f44e44 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.264 2002/12/18 17:44:54 gerald Exp $
+# $Id: Makefile.nmake,v 1.265 2002/12/31 08:05:29 guy Exp $
include config.nmake
include <win32.mak>
@@ -351,6 +351,7 @@ ETHEREAL_COMMON_OBJECTS = \
cfile.obj \
column.obj \
conditions.obj \
+ crypt-des.obj \
crypt-md4.obj \
crypt-md5.obj \
crypt-rc4.obj \