aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-25 00:22:50 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-25 00:22:50 +0000
commitff9fece33186c1516cb3b6715490b70c73d1fe42 (patch)
treee9c821aee08410801deff009265076f4ec0ca1f7 /Makefile.am
parent646e0dbc298cbce9faf09d128ca4db2128e3c9c0 (diff)
SSH dissector, from Huagang Xie.
svn path=/trunk/; revision=7001
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 195a6b292c..81ce767ee3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.547 2003/01/24 05:41:33 tpot Exp $
+# $Id: Makefile.am,v 1.548 2003/01/25 00:22:49 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -352,6 +352,7 @@ DISSECTOR_SRC = \
packet-spray.c \
packet-srvloc.c \
packet-sscop.c \
+ packet-ssh.c \
packet-ssl.c \
packet-stat.c \
packet-stat-notify.c \