aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-25 00:22:50 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-25 00:22:50 +0000
commitff9fece33186c1516cb3b6715490b70c73d1fe42 (patch)
treee9c821aee08410801deff009265076f4ec0ca1f7 /Makefile.nmake
parent646e0dbc298cbce9faf09d128ca4db2128e3c9c0 (diff)
SSH dissector, from Huagang Xie.
svn path=/trunk/; revision=7001
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 545c279119..ccfb7cbc15 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.275 2003/01/24 05:41:33 tpot Exp $
+# $Id: Makefile.nmake,v 1.276 2003/01/25 00:22:50 guy Exp $
include config.nmake
include <win32.mak>
@@ -295,6 +295,7 @@ DISSECTOR_SRC = \
packet-spray.c \
packet-srvloc.c \
packet-sscop.c \
+ packet-ssh.c \
packet-ssl.c \
packet-stat.c \
packet-stat-notify.c \