aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-28 07:11:11 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-28 07:11:11 +0000
commit56636f157abdc8472bcf43de4837d5af2058de16 (patch)
treebbe4c8fe37fb2677a6f3f3ab3313b96935381174 /Makefile.nmake
parentc0b335070c3b8156aed2bf2bf85110ddf9c8275e (diff)
Support for 802.11+Prism II monitor-mode link-layer headers, from
Tim Newsham. Add in missing item for WTAP_ENCAP_CISCO_IOS in the Wiretap encapsulation type table. svn path=/trunk/; revision=4290
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 05aef1a23f..b77c596a22 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.146 2001/11/27 09:27:29 guy Exp $
+# $Id: Makefile.nmake,v 1.147 2001/11/28 07:11:07 guy Exp $
include config.nmake
include <win32.mak>
@@ -161,6 +161,7 @@ DISSECTOR_SRC = \
packet-ppp.c \
packet-pppoe.c \
packet-pptp.c \
+ packet-prism.c \
packet-q2931.c \
packet-q931.c \
packet-qllc.c \