diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-06-12 06:21:55 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-06-12 06:21:55 +0000 |
commit | b0e7d0029de0c6102e2ace6fa76dc61f0203fcf1 (patch) | |
tree | f09655c93a5ef6951b91858196ff033354f7f827 /Makefile.nmake | |
parent | 29d49954f1320862a9be09455f83c816fef8738f (diff) | |
download | wireshark-b0e7d0029de0c6102e2ace6fa76dc61f0203fcf1.tar.gz wireshark-b0e7d0029de0c6102e2ace6fa76dc61f0203fcf1.tar.bz2 wireshark-b0e7d0029de0c6102e2ace6fa76dc61f0203fcf1.zip |
DVMRP support, from Ronnie Sahlberg.
Give "packet-igmp.c" an RCS ID.
svn path=/trunk/; revision=3539
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 3cc8355879..b3d5cb293f 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.115 2001/06/08 06:27:15 guy Exp $ +# $Id: Makefile.nmake,v 1.116 2001/06/12 06:21:55 guy Exp $ include config.nmake include <win32.mak> @@ -53,6 +53,7 @@ DISSECTOR_SRC = \ packet-diameter.c \ packet-dns.c \ packet-dsi.c \ + packet-dvmrp.c \ packet-eigrp.c \ packet-esis.c \ packet-eth.c \ |