aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-20 22:20:33 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-20 22:20:33 +0000
commit724c494b70a4d681b06c10bf2d80b90efd2f1869 (patch)
tree4e8c2da5766ce68a1edf96722a06c4d60487d540 /Makefile.nmake
parent281b8b2738f01d23cf93f33841a0e83b8d8975ac (diff)
downloadwireshark-724c494b70a4d681b06c10bf2d80b90efd2f1869.tar.gz
wireshark-724c494b70a4d681b06c10bf2d80b90efd2f1869.tar.bz2
wireshark-724c494b70a4d681b06c10bf2d80b90efd2f1869.zip
Rewritten IGMP dissector, from Ronnie Sahlberg.
svn path=/trunk/; revision=3426
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 a54cdcf57c..45aa1144f0 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.105 2001/05/11 00:39:57 guy Exp $
+# $Id: Makefile.nmake,v 1.106 2001/05/20 22:20:33 guy Exp $
include config.nmake
include <win32.mak>
@@ -72,6 +72,7 @@ DISSECTOR_SRC = \
packet-icmpv6.c\
packet-icp.c \
packet-icq.c \
+ packet-igmp.c \
packet-igrp.c \
packet-imap.c \
packet-ip.c \