aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-10-13 08:42:33 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-10-13 08:42:33 +0000
commitd516bcbb78173f381edfb22868272ec3fca8cdef (patch)
tree1a74087303d4857e9a0c10522c47ae859b4c5481 /epan/dissectors/packet-fc.h
parent9f62a052a459cc3f81ed0447c51940d5ce724861 (diff)
if FC type is FPC/SCSI and the relative offset bit is set in f_ctl then the parameter field is 4 bytes and contain the relative offset of the data for data in/out
decode this field as relative offset and also store it in the fc_hdr structure so that FCP can pick it up and pass if to the SCSI payload data in/out dissector later svn path=/trunk/; revision=19510
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 67e79eba04..a6cc9974c3 100644
--- a/epan/dissectors/packet-fc.h
+++ b/epan/dissectors/packet-fc.h
@@ -140,6 +140,7 @@ typedef struct _fc_hdr {
guint8 cs_ctl;
itlq_nexus_t *itlq;
conversation_t *conversation;
+ guint32 relative_offset;
} fc_hdr;
#endif /* __PACKET_FC_H_ */