aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-04-08 03:32:10 +0000
committerGuy Harris <guy@alum.mit.edu>2000-04-08 03:32:10 +0000
commit160928a318385aa2fb59af968ab1cd85847ad963 (patch)
tree9823911ac8dc8aa920a050318f9ea098f41393e7 /Makefile.am
parent43c9217ba4083abf6632cdd35b8e0233fc67afb7 (diff)
Jeff Foster's rlogin dissector, and changes to the TCP dissector to
export the urgent pointer (as the rlogin dissector needs it). svn path=/trunk/; revision=1822
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 974cd6bcdb..062e4c9d88 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.178 2000/04/05 11:04:46 gram Exp $
+# $Id: Makefile.am,v 1.179 2000/04/08 03:32:09 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -180,6 +180,7 @@ DISSECTOR_SOURCES = \
packet-rip.h \
packet-ripng.c \
packet-ripng.h \
+ packet-rlogin.c \
packet-rpc.c \
packet-rpc.h \
packet-rsvp.c \