aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-11-06 21:49:34 +0000
committerGuy Harris <guy@alum.mit.edu>2002-11-06 21:49:34 +0000
commit8ee4a65f7690f5563275f4b1718971af2e5faca8 (patch)
tree1772ded2ad88a8ad9de7bf9298526f61b4cff663 /Makefile.nmake
parentb3e0a56390fdce140228692d9ad3389bfa71c876 (diff)
From Solomon Peachy: support for new "wlancap" 802.11 extra-information
header. Add overflow checks to "BYTES_ARE_IN_FRAME()", and cast all arguments to unsigned values (negative values should never be passed) to squelch compiler warnings. svn path=/trunk/; revision=6567
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 fcb416791c..7d4b72f511 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.253 2002/11/04 12:10:59 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.254 2002/11/06 21:49:29 guy Exp $
include config.nmake
include <win32.mak>
@@ -306,6 +306,7 @@ DISSECTOR_SRC = \
packet-wccp.c \
packet-wcp.c \
packet-who.c \
+ packet-wlancap.c \
packet-wsp.c \
packet-wtls.c \
packet-wtp.c \