aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-06 03:15:16 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-04-06 03:15:16 +0000
commit4aa5a68788fe3f6732d4f4a822b5ca9d2a968bf4 (patch)
tree2df2f20c75b4e42ecb1b3e84678f72b5d3df4faa /epan/dissectors/packet-fc.h
parent507b3a384fbcb02ab90b1956c2c04c566afa6215 (diff)
use the fc exchange structure to track LUN values from fcp command all the way through to the response
and get rid of the broken hashtable used for the same purpose previously. some additional cleanups. svn path=/trunk/; revision=17827
Diffstat (limited to 'epan/dissectors/packet-fc.h')
-rw-r--r--epan/dissectors/packet-fc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-fc.h b/epan/dissectors/packet-fc.h
index 0602654814..91005c51db 100644
--- a/epan/dissectors/packet-fc.h
+++ b/epan/dissectors/packet-fc.h
@@ -131,6 +131,7 @@ ETH_VAR_IMPORT const value_string fc_fc4_val[];
typedef struct _fc_exchange_data {
guint32 first_exchange_frame;
guint32 last_exchange_frame;
+ guint16 lun; /* used by FCP, initialized to 0xffff == unknown */
nstime_t fc_time;
} fc_exchange_data;