aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2012-07-27 05:09:13 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2012-07-27 05:09:13 +0000
commit9465a06fe7256f71908d5cf49bf1c482257a57e2 (patch)
treecbc639b09a4a74a3141aaf37ed208e939524ed22 /epan/dissectors/packet-scsi.h
parent348f79931df5ed5a9a3ec5a33651119205b9ab1f (diff)
SCSI/ISCSI: Add decode of LUNs with address mode/bus and lun
Dont implement the complex "extended logical unit addressing format" just yet. That one is hairy so wait until we actually see it in the wild first. Add decoding of LUNs using single level lun structure and flat addressing space modes svn path=/trunk/; revision=44058
Diffstat (limited to 'epan/dissectors/packet-scsi.h')
-rw-r--r--epan/dissectors/packet-scsi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-scsi.h b/epan/dissectors/packet-scsi.h
index 35eb6bae4f..509f4f574d 100644
--- a/epan/dissectors/packet-scsi.h
+++ b/epan/dissectors/packet-scsi.h
@@ -210,6 +210,8 @@ void dissect_scsi_payload (tvbuff_t *, packet_info *, proto_tree *,
guint32 relative_offset);
void dissect_scsi_snsinfo (tvbuff_t *, packet_info *, proto_tree *, guint, guint, itlq_nexus_t *, itl_nexus_t *);
+void dissect_scsi_lun(proto_tree *, tvbuff_t *, guint);
+
WS_VAR_IMPORT const value_string scsi_mmc_vals[];
extern const int *cdb_control_fields[6];