aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-26 05:09:56 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-26 05:09:56 +0000
commit2bdd160d0e5b40c5651a8f047e6b93ed369d6d5f (patch)
tree7f78a504b7f603c7743906a8f72d7dfba29e2392 /Makefile.nmake
parent31abca27fce3927a8c2272e56d5e829214bee30c (diff)
Extract the CRC-32 code from the 802.11 dissector into a separate file,
and use it in the Ethernet dissector as well, to check the FCS in Ethernet frames, if present. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8265 f5534014-38df-0310-8fa8-9805f1628bb7
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 79b48a13a5..d5fa0dcd03 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.325 2003/08/23 04:18:17 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.326 2003/08/26 05:09:55 guy Exp $
include config.nmake
include <win32.mak>
@@ -402,6 +402,7 @@ ETHEREAL_COMMON_OBJECTS = \
cfile.obj \
column.obj \
conditions.obj \
+ crc32.obj \
crypt-des.obj \
crypt-md4.obj \
crypt-md5.obj \