aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-30 02:06:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-30 02:06:13 +0000
commit3058b836d920eef4cc072284f8c57800b784f405 (patch)
tree434e2dc586d70e1e8c10c126a8b53a592bad973a /Makefile.am
parentb8c8fb9e8dcb8787aee15e0655dce6175bdb0ab3 (diff)
From Dinesh Dutt:
- Dissector for FICON - Dissector for FC-SP (Security Protocol for Fibre Channel) - Patches to correct the reassembly of FC fragments. - Support for new MDS Port Analyzer Adapters that carry the frame length for truncated frames. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8823 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e5b9a430b5..f5f3e869d1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.647 2003/10/28 07:02:35 guy Exp $
+# $Id: Makefile.am,v 1.648 2003/10/30 02:06:11 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -215,6 +215,8 @@ DISSECTOR_SRC = \
packet-fcip.c \
packet-fclctl.c \
packet-fcp.c \
+ packet-fcsb3.c \
+ packet-fcsp.c \
packet-fcswils.c \
packet-fddi.c \
packet-fix.c \
@@ -632,6 +634,8 @@ noinst_HEADERS = \
packet-fcfzs.h \
packet-fclctl.h \
packet-fcp.h \
+ packet-fcsb3.h \
+ packet-fcsp.h \
packet-fcswils.h \
packet-fddi.h \
packet-frame.h \