aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-07-30 07:16:11 +0000
committerGuy Harris <guy@alum.mit.edu>2000-07-30 07:16:11 +0000
commit888b5a1cdb8172c5d059c7b0aa7ff6b9f3f77088 (patch)
tree8cab84dcbd9fbc88687cacea37efb333fcbbbf6f /Makefile.am
parent838b254defdc57a7a57d47875196d1f6531253e9 (diff)
David Frascone's DIAMETER dissector.
svn path=/trunk/; revision=2176
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 88ff068c06..cbabfb0f5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.217 2000/07/28 20:03:39 gram Exp $
+# $Id: Makefile.am,v 1.218 2000/07/30 07:16:01 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -116,6 +116,7 @@ DISSECTOR_SOURCES = \
packet-q931.c \
packet-quake.c \
packet-radius.c\
+ packet-diameter.c \
packet-raw.c \
packet-rip.c \
packet-ripng.c \
@@ -179,6 +180,8 @@ noinst_HEADERS = \
packet-clip.h \
packet-clnp.h \
packet-ddtp.h \
+ packet-diameter.h \
+ packet-diameter-defs.h \
packet-dns.h \
packet-esis.h \
packet-eth.h \