aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-12-30 17:14:15 +0000
committerJörg Mayer <jmayer@loplof.de>2003-12-30 17:14:15 +0000
commitf17f7e29371d25bc92154ec0a644b4e118e0c31b (patch)
tree16435321ef6d573315ca5b1e835935e0e1bea9c5 /Makefile.nmake
parent8770bdb7945f83a752d272940b5812a1e7599e97 (diff)
New protocol: Enterasys Interswitch Message Protocol (ismp) and
edp (Enterasys Discovery Protocol) svn path=/trunk/; revision=9496
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index b4b9571788..5099ff283c 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.380 2003/12/29 22:42:39 guy Exp $
+# $Id: Makefile.nmake,v 1.381 2003/12/30 17:14:15 jmayer Exp $
include config.nmake
include <win32.mak>
@@ -227,6 +227,7 @@ DISSECTOR_SRC = \
packet-isis-lsp.c \
packet-isis-snp.c \
packet-isl.c \
+ packet-ismp.c \
packet-isns.c \
packet-isup.c \
packet-iua.c \
@@ -349,6 +350,7 @@ DISSECTOR_SRC = \
packet-slimp3.c \
packet-sll.c \
packet-slowprotocols.c \
+ packet-slsk.c \
packet-smb.c \
packet-smb-browse.c \
packet-smb-common.c \