aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcip.c
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 /packet-fcip.c
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 'packet-fcip.c')
-rw-r--r--packet-fcip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-fcip.c b/packet-fcip.c
index fdcc4df335..c5b97b0682 100644
--- a/packet-fcip.c
+++ b/packet-fcip.c
@@ -2,7 +2,7 @@
* Routines for FCIP dissection
* Copyright 2001, Dinesh G Dutt (ddutt@cisco.com)
*
- * $Id: packet-fcip.c,v 1.1 2002/12/08 02:32:17 gerald Exp $
+ * $Id: packet-fcip.c,v 1.2 2003/01/22 06:26:33 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -480,7 +480,7 @@ dissect_fcip (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_append_str(pinfo->cinfo, COL_INFO, "(Changed)");
}
- dissect_fcip_sf (tvb, fcip_tree, start);
+ dissect_fcip_sf (tvb, fcip_tree, offset+4);
}
bytes_remaining -= frame_len;