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.am | |
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.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f53c8963b7..9ccae0f186 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Makefile.am # Automake file for Ethereal # -# $Id: Makefile.am,v 1.255 2000/11/29 13:15:00 sharpe Exp $ +# $Id: Makefile.am,v 1.256 2000/11/30 09:31:50 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@zing.org> @@ -64,6 +64,7 @@ DISSECTOR_SOURCES = \ packet-ftp.c \ packet-giop.c \ packet-gre.c \ + packet-gvrp.c \ packet-h1.c \ packet-h261.c \ packet-hsrp.c \ @@ -199,6 +200,7 @@ noinst_HEADERS = \ packet-eth.h \ packet-fddi.h \ packet-frame.h \ + packet-gvrp.h \ packet-h261.h \ packet-http.h \ packet-ieee80211.h \ |