aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2002-11-14 07:54:48 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2002-11-14 07:54:48 +0000
commit6485d818d67f6ab66220431ef9e92b2504f90f53 (patch)
treef3fd7f7f86296782b12cf647908f496c3ea7c7c7
parenta036e763d9fc9f1ad87b702aec3cb359a9a3f1ea (diff)
Add HyperSCSI support. SCSI over ethernet.
svn path=/trunk/; revision=6624
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fea487e3b..5bb12cc4fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.519 2002/11/06 21:49:29 guy Exp $
+# $Id: Makefile.am,v 1.520 2002/11/14 07:54:48 sharpe Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -196,6 +196,7 @@ DISSECTOR_SRC = \
packet-hclnfsd.c \
packet-hsrp.c \
packet-http.c \
+ packet-hyperscsi.c \
packet-iapp.c \
packet-ib.c \
packet-icap.c \