aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-09-30 04:10:28 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-09-30 04:10:28 +0000
commit62290c9cc5b92b1b74d22603043b00697ce5cfc8 (patch)
tree72278e0e9306335561aa7d3ae4cad6b936fa1b9f /epan/dissectors/packet-fc.h
parentdeef583ae55f7a43d9497e64b0e1ee0a54f4e2fa (diff)
add an extra_data pointer to the itlq structure where specific commandsets/cdbs can hang additional data that are unique to that commandset/cdb
make the scsi osd service action and getsetattributetype use this facility furhter enhancements to scsi osd svn path=/trunk/; revision=19374
Diffstat (limited to 'epan/dissectors/packet-fc.h')
-rw-r--r--epan/dissectors/packet-fc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fc.h b/epan/dissectors/packet-fc.h
index 6d4be5876c..dbd19f3070 100644
--- a/epan/dissectors/packet-fc.h
+++ b/epan/dissectors/packet-fc.h
@@ -152,11 +152,11 @@ typedef struct _itlq_nexus_t {
guint16 lun; /* initialized to 0xffff == unknown */
guint16 scsi_opcode; /* initialized to 0xffff == unknown */
guint16 flags;
- guint16 svcaction;
guint32 alloc_len; /* we need to track alloc_len between the CDB and
* the DATA pdus for some opcodes.
*/
nstime_t fc_time;
+ void *extra_data; /* extra data that that is task specific */
} itlq_nexus_t;