aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-03-23 19:32:19 +0000
committerGerald Combs <gerald@wireshark.org>2003-03-23 19:32:19 +0000
commit9e6bc56904eb5c72a4a5e135f4869d5e45e2ea6c (patch)
treed4db011144fc2c696345bb22d78d6727f5c16e3a /Makefile.nmake
parente086394a980b812546a59338e865aac145b60696 (diff)
Add support for decoding Intel ANS probes. Thanks go to Intel for providing
protocol information. svn path=/trunk/; revision=7359
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 6ae27a6340..4d636fe231 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.287 2003/03/07 19:15:48 guy Exp $
+# $Id: Makefile.nmake,v 1.288 2003/03/23 19:32:19 gerald Exp $
include config.nmake
include <win32.mak>
@@ -30,6 +30,7 @@ DISSECTOR_SRC = \
packet-afs.c \
packet-aim.c \
packet-ajp13.c \
+ packet-ans.c \
packet-aodv.c \
packet-aodv6.c \
packet-arcnet.c \