aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-07-21 19:31:56 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-07-21 19:31:56 +0000
commit7b80ce559890054b8f2672eb319b08f7624296b3 (patch)
tree82fadb22768db83c437a0e7ab4de4bc1b2cbc5e7 /epan/dissectors/packet-scsi.h
parent1da49c28995f0438bcf3be128752c1b6c6e96b87 (diff)
From Zachary Mark:
It appears that SCSI_SPC_ACCESS_CONTROL_IN is incorrectly set to opcode 0x85 where the actual opcode is 0x86. 0x85 is the opcode for the 16-byte version of the ATA PASSTHROUGH command of the SAT standards family. svn path=/trunk/; revision=33611
Diffstat (limited to 'epan/dissectors/packet-scsi.h')
-rw-r--r--epan/dissectors/packet-scsi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-scsi.h b/epan/dissectors/packet-scsi.h
index a8b1db487c..a10113e362 100644
--- a/epan/dissectors/packet-scsi.h
+++ b/epan/dissectors/packet-scsi.h
@@ -107,8 +107,8 @@ typedef struct _scsi_cdb_table_t {
/* SPC Commands */
-#define SCSI_SPC_ACCESS_CONTROL_IN 0x85
-#define SCSI_SPC_ACCESS_CONTROL_OUT 0x87
+#define SCSI_SPC_ACCESS_CONTROL_IN 0x86
+#define SCSI_SPC_ACCESS_CONTROL_OUT 0x87
#define SCSI_SPC_CHANGE_DEFINITION 0x40
#define SCSI_SPC_COMPARE 0x39
#define SCSI_SPC_COPY 0x18