aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-ssc.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-10 20:38:59 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-02-10 20:38:59 +0000
commit62e27d2ce3a24e5613553156ecec30d346c5478a (patch)
treed845d24a7d91bfcf583e365c715d0bc7f1c162ab /epan/dissectors/packet-scsi-ssc.h
parentc6a7dc376a196d34ad2d81dd85698c3fbc4d1266 (diff)
change all SSC2 into SSC to indicate this is an SSC dissector and not specific to SSC v2
svn path=/trunk/; revision=20770
Diffstat (limited to 'epan/dissectors/packet-scsi-ssc.h')
-rw-r--r--epan/dissectors/packet-scsi-ssc.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/epan/dissectors/packet-scsi-ssc.h b/epan/dissectors/packet-scsi-ssc.h
index a3319c7a6b..3d08524807 100644
--- a/epan/dissectors/packet-scsi-ssc.h
+++ b/epan/dissectors/packet-scsi-ssc.h
@@ -29,30 +29,30 @@
#ifndef __PACKET_SCSI_SSC_H_
#define __PACKET_SCSI_SSC_H_
-/* SSC2 Commands */
-#define SCSI_SSC2_REWIND 0x01
+/* SSC Commands */
+#define SCSI_SSC_REWIND 0x01
#define SCSI_SSC_FORMAT_MEDIUM 0x04
-#define SCSI_SSC2_READ_BLOCK_LIMITS 0x05
-#define SCSI_SSC2_READ6 0x08
-#define SCSI_SSC2_WRITE6 0x0A
-#define SCSI_SSC2_SET_CAPACITY 0x0B
-#define SCSI_SSC2_READ_REVERSE_6 0x0F
-#define SCSI_SSC2_WRITE_FILEMARKS_6 0x10
-#define SCSI_SSC2_SPACE_6 0x11
-#define SCSI_SSC2_VERIFY_6 0x13
-#define SCSI_SSC2_RECOVER_BUFFERED_DATA 0x14
-#define SCSI_SSC2_ERASE_6 0x19
-#define SCSI_SSC2_LOAD_UNLOAD 0x1B
-#define SCSI_SSC2_LOCATE_10 0x2B
-#define SCSI_SSC2_READ_POSITION 0x34
-#define SCSI_SSC2_REPORT_DENSITY_SUPPORT 0x44
-#define SCSI_SSC2_WRITE_FILEMARKS_16 0x80
-#define SCSI_SSC2_READ_REVERSE_16 0x81
-#define SCSI_SSC2_READ_16 0x88
-#define SCSI_SSC2_WRITE_16 0x8A
-#define SCSI_SSC2_VERIFY_16 0x8F
-#define SCSI_SSC2_SPACE_16 0x91
-#define SCSI_SSC2_LOCATE_16 0x92
+#define SCSI_SSC_READ_BLOCK_LIMITS 0x05
+#define SCSI_SSC_READ6 0x08
+#define SCSI_SSC_WRITE6 0x0A
+#define SCSI_SSC_SET_CAPACITY 0x0B
+#define SCSI_SSC_READ_REVERSE_6 0x0F
+#define SCSI_SSC_WRITE_FILEMARKS_6 0x10
+#define SCSI_SSC_SPACE_6 0x11
+#define SCSI_SSC_VERIFY_6 0x13
+#define SCSI_SSC_RECOVER_BUFFERED_DATA 0x14
+#define SCSI_SSC_ERASE_6 0x19
+#define SCSI_SSC_LOAD_UNLOAD 0x1B
+#define SCSI_SSC_LOCATE_10 0x2B
+#define SCSI_SSC_READ_POSITION 0x34
+#define SCSI_SSC_REPORT_DENSITY_SUPPORT 0x44
+#define SCSI_SSC_WRITE_FILEMARKS_16 0x80
+#define SCSI_SSC_READ_REVERSE_16 0x81
+#define SCSI_SSC_READ_16 0x88
+#define SCSI_SSC_WRITE_16 0x8A
+#define SCSI_SSC_VERIFY_16 0x8F
+#define SCSI_SSC_SPACE_16 0x91
+#define SCSI_SSC_LOCATE_16 0x92
#define SCSI_SSC_ERASE_16 0x93
extern int hf_scsi_ssc_opcode;