aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-10 01:28:45 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-10 01:28:45 +0000
commit8bbfa3284acece7528d608d1c8758a735dfd1df9 (patch)
treec692cc1a458378f85f0b817d76c9839c660d1442 /Makefile.am
parentaf5aa7acbbb792b1e431aa54b41c4e124ef8af29 (diff)
SCSI dissector, and changes to make the iSCSI dissector use it, from
Dinesh Dutt. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4508 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b3add5f99..0002a5cfd2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.403 2002/01/09 02:51:46 itojun Exp $
+# $Id: Makefile.am,v 1.404 2002/01/10 01:28:43 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -239,7 +239,8 @@ DISSECTOR_SRC = \
packet-rwall.c \
packet-rx.c \
packet-sap.c \
- packet-sctp.c \
+ packet-scsi.c \
+ packet-sctp.c \
packet-sdp.c \
packet-sip.c \
packet-skinny.c \
@@ -407,6 +408,7 @@ noinst_HEADERS = \
packet-rtp.h \
packet-rwall.h \
packet-rx.h \
+ packet-scsi.h \
packet-sll.h \
packet-smb-browse.h \
packet-smb-common.h \