aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-08-12 05:41:10 +0000
committerGuy Harris <guy@alum.mit.edu>2000-08-12 05:41:10 +0000
commitce2d5b1ac349baa95f8338cba500e1491c430a5a (patch)
treef0e46f4a0b91019a4bc9f19feba3d4a49a777e7d /Makefile.am
parent2c6e256a872d1252546cefb59bfce7464fa2aa58 (diff)
RSH dissector, from Robert Tsai.
svn path=/trunk/; revision=2261
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6293acfdf1..0c16c0ada1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.219 2000/08/11 03:32:42 guy Exp $
+# $Id: Makefile.am,v 1.220 2000/08/12 05:41:00 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -53,6 +53,7 @@ DISSECTOR_SOURCES = \
packet-cops.c \
packet-data.c \
packet-ddtp.c \
+ packet-diameter.c \
packet-dns.c \
packet-eigrp.c \
packet-esis.c \
@@ -117,12 +118,12 @@ DISSECTOR_SOURCES = \
packet-q931.c \
packet-quake.c \
packet-radius.c\
- packet-diameter.c \
packet-raw.c \
packet-rip.c \
packet-ripng.c \
packet-rlogin.c \
packet-rpc.c \
+ packet-rsh.c \
packet-rsvp.c \
packet-rtcp.c \
packet-rtp.c \