diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-11-30 09:31:52 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-11-30 09:31:52 +0000 |
commit | 60b1bed605cb830e55ff23ed9bbc902ffc6991f6 (patch) | |
tree | 66c953f1944df3f06a23f7f50b973c807799b9e3 /Makefile.nmake | |
parent | 8af1fc65502c65f5c060b2234b2d1efd16492b05 (diff) | |
download | wireshark-60b1bed605cb830e55ff23ed9bbc902ffc6991f6.tar.gz wireshark-60b1bed605cb830e55ff23ed9bbc902ffc6991f6.tar.bz2 wireshark-60b1bed605cb830e55ff23ed9bbc902ffc6991f6.zip |
GVRP dissector, from Kevin Shi.
svn path=/trunk/; revision=2721
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 db63a6f461..0795d3fc99 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -1,7 +1,7 @@ ## Makefile for building ethereal.exe with Microsoft C and nmake ## Use: nmake -f makefile.nmake # -# $Id: Makefile.nmake,v 1.65 2000/11/29 13:20:06 gram Exp $ +# $Id: Makefile.nmake,v 1.66 2000/11/30 09:31:50 guy Exp $ include config.nmake @@ -51,6 +51,7 @@ DISSECTOR_SOURCES = \ packet-ftp.c \ packet-giop.c \ packet-gre.c \ + packet-gvrp.c \ packet-h1.c \ packet-h261.c \ packet-hsrp.c \ |