diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-07-12 20:16:29 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-07-12 20:16:29 +0000 |
commit | 23b15f991f15736432d02adcfaf1bc7477fea6f3 (patch) | |
tree | 0e853ced223ab58acad124760cf7ef5c17950d99 /Makefile.nmake | |
parent | e9d00f4a4fa54544e1a01e24fb445434dcbf8abe (diff) | |
download | wireshark-23b15f991f15736432d02adcfaf1bc7477fea6f3.tar.gz wireshark-23b15f991f15736432d02adcfaf1bc7477fea6f3.tar.bz2 wireshark-23b15f991f15736432d02adcfaf1bc7477fea6f3.zip |
PGM (Pragmatic General Multicast - RFC 2705) support, from Steve Dickson.
svn path=/trunk/; revision=3702
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 0d027b8dd2..36a22e9ec4 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.125 2001/07/12 19:59:38 guy Exp $ +# $Id: Makefile.nmake,v 1.126 2001/07/12 20:16:28 guy Exp $ include config.nmake include <win32.mak> @@ -139,6 +139,7 @@ DISSECTOR_SRC = \ packet-osi.c \ packet-osi-options.c \ packet-ospf.c \ + packet-pgm.c \ packet-pim.c \ packet-pop.c \ packet-portmap.c \ |