aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-23 13:35:06 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-23 13:35:06 +0000
commit5cf0634041d08d1789f37cda8a1e991086ee2253 (patch)
tree0019f43372f7ec786c715e2671950775c6d936a1 /packet-fc.h
parentba74395cbe82f5fee8967247e5ea72f6918be845 (diff)
Add FibreChannel to the types of protocols we can show a conversation list for
svn path=/trunk/; revision=8223
Diffstat (limited to 'packet-fc.h')
-rw-r--r--packet-fc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-fc.h b/packet-fc.h
index 9088685f37..f4d97c814b 100644
--- a/packet-fc.h
+++ b/packet-fc.h
@@ -2,7 +2,7 @@
* Basic Fibre Channel Header definitions
* Copyright 2002 Dinesh G Dutt (ddutt@cisco.com)
*
- * $Id: packet-fc.h,v 1.3 2003/06/25 10:21:44 sahlberg Exp $
+ * $Id: packet-fc.h,v 1.4 2003/08/23 13:35:05 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -118,8 +118,8 @@ extern const value_string fc_fc4_val[];
frames and time deltas
*/
typedef struct _fc_exchange_data {
- guint32 s_id;
- guint32 d_id;
+ address s_id;
+ address d_id;
guint16 oxid;
guint32 first_exchange_frame;
guint32 last_exchange_frame;
@@ -128,8 +128,8 @@ typedef struct _fc_exchange_data {
/* FC header structure */
typedef struct _fc_hdr {
- guint32 s_id;
- guint32 d_id;
+ address s_id;
+ address d_id;
guint32 fctl;
guint8 type;
guint16 seqcnt;