aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-22 06:26:36 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-22 06:26:36 +0000
commite120160577df46123fa7c0e80e552f708487fef9 (patch)
tree22c2c3d3dabcca88c698b7f38f1e088711eed9f3 /Makefile.am
parenta4280bade5973de55506ab23b433b493651fc02a (diff)
From Dinesh Dutt:
- A new decoder called MDSHDR which decodes the internal header of the Cisco MDS switch (this is different from the Boardwalk header). - Support for some more new columns as part of FC support. - Fixed the decoding of the Special Frame in FCIP. - Fixed the decoding of credit management type field in FLOGI/PLOGI frame in FC-ELS. svn path=/trunk/; revision=6974
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 b760c56563..0333899a2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.544 2003/01/22 01:24:04 sahlberg Exp $
+# $Id: Makefile.am,v 1.545 2003/01/22 06:26:32 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -255,6 +255,7 @@ DISSECTOR_SRC = \
packet-m2ua.c \
packet-m3ua.c \
packet-mbtcp.c \
+ packet-mdshdr.c \
packet-mip.c \
packet-mmse.c \
packet-mount.c \