aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-06 02:32:38 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-06 02:32:38 +0000
commit6974083659b4b4ba38ead40dbc7cae2a2ade1e49 (patch)
tree92b36b57b401e54e7ee558f678adbb6b6fb4b19d /Makefile.nmake
parentd43f615b9ff83c0bacb4ac0f8867afa3e249cc65 (diff)
Add a dissector for the IPX WAN protocol. "IPX WAN 2" is just some
compatible additions to the RFC 1362 IPX WAN protocol, so call it "IPX WAN", not "IPX WAN 2". svn path=/trunk/; revision=7407
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 c9c7f6cb9b..422d3f1aaa 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.291 2003/03/31 08:10:07 guy Exp $
+# $Id: Makefile.nmake,v 1.292 2003/04/06 02:32:34 guy Exp $
include config.nmake
include <win32.mak>
@@ -174,6 +174,7 @@ DISSECTOR_SRC = \
packet-ipsec.c \
packet-ipv6.c \
packet-ipx.c \
+ packet-ipxwan.c \
packet-irc.c \
packet-isakmp.c\
packet-iscsi.c \