aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-29 01:04:44 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-29 01:04:44 +0000
commit21c466ed25733e4f13d786458d70bd3e46280b8a (patch)
tree0c9ce9b6ad5b1aaaaa50c1f849bead66d39cda9c /Makefile.am
parent6a95d6d5eab66494c180fe3143ef7da36297525b (diff)
Uwe Girlich's ONC RPC and NFS dissectors.
svn path=/trunk/; revision=945
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 961e532379..f2480a1857 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.99 1999/10/27 02:41:11 gram Exp $
+# $Id: Makefile.am,v 1.100 1999/10/29 01:04:16 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -75,6 +75,8 @@ DISSECTOR_SOURCES = \
packet-ncp.h \
packet-netbios.c \
packet-netbios.h \
+ packet-nfs.c \
+ packet-nfs.h \
packet-nntp.c \
packet-ntp.c \
packet-ntp.h \
@@ -89,6 +91,8 @@ DISSECTOR_SOURCES = \
packet-pptp.c \
packet-radius.c\
packet-raw.c \
+ packet-rpc.c \
+ packet-rpc.h \
packet-rip.c \
packet-rip.h \
packet-ripng.c \