remove the revision number from the spc symbols
[obnox/wireshark/wip.git] / epan / dissectors / packet-scsi-osd.c
index 7320f5b638fa33e98c3ae55dc4bd92f1abf5353b..5d9802807001b620b266cd81275828fd2d6e2094 100644 (file)
@@ -2671,14 +2671,14 @@ dissect_osd_opcode(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
 
 /* OSD Commands */
 const value_string scsi_osd_vals[] = {
-    {SCSI_SPC2_INQUIRY                 , "Inquiry"},
-    {SCSI_SPC2_LOGSELECT               , "Log Select"},
-    {SCSI_SPC2_LOGSENSE                        , "Log Sense"},
-    {SCSI_SPC2_MODESELECT10            , "Mode Select(10)"},
-    {SCSI_SPC2_MODESENSE10             , "Mode Sense(10)"},
-    {SCSI_SPC2_PERSRESVIN              , "Persistent Reserve In"},
-    {SCSI_SPC2_PERSRESVOUT             , "Persistent Reserve Out"},
-    {SCSI_SPC2_REPORTLUNS              , "Report LUNs"},
+    {SCSI_SPC_INQUIRY                  , "Inquiry"},
+    {SCSI_SPC_LOGSELECT                        , "Log Select"},
+    {SCSI_SPC_LOGSENSE                 , "Log Sense"},
+    {SCSI_SPC_MODESELECT10             , "Mode Select(10)"},
+    {SCSI_SPC_MODESENSE10              , "Mode Sense(10)"},
+    {SCSI_SPC_PERSRESVIN               , "Persistent Reserve In"},
+    {SCSI_SPC_PERSRESVOUT              , "Persistent Reserve Out"},
+    {SCSI_SPC_REPORTLUNS               , "Report LUNs"},
     {SCSI_OSD_OPCODE                   , "OSD Command" },
     {0, NULL},
 };
@@ -2704,7 +2704,7 @@ scsi_cdb_table_t scsi_osd_table[256] = {
 /*OSD 0x0f*/{NULL},
 /*OSD 0x10*/{NULL},
 /*OSD 0x11*/{NULL},
-/*OSD 0x12*/{dissect_spc3_inquiry},
+/*OSD 0x12*/{dissect_spc_inquiry},
 /*OSD 0x13*/{NULL},
 /*OSD 0x14*/{NULL},
 /*OSD 0x15*/{NULL},
@@ -2762,8 +2762,8 @@ scsi_cdb_table_t scsi_osd_table[256] = {
 /*OSD 0x49*/{NULL},
 /*OSD 0x4a*/{NULL},
 /*OSD 0x4b*/{NULL},
-/*OSD 0x4c*/{dissect_spc3_logselect},
-/*OSD 0x4d*/{dissect_spc3_logsense},
+/*OSD 0x4c*/{dissect_spc_logselect},
+/*OSD 0x4d*/{dissect_spc_logsense},
 /*OSD 0x4e*/{NULL},
 /*OSD 0x4f*/{NULL},
 /*OSD 0x50*/{NULL},
@@ -2771,17 +2771,17 @@ scsi_cdb_table_t scsi_osd_table[256] = {
 /*OSD 0x52*/{NULL},
 /*OSD 0x53*/{NULL},
 /*OSD 0x54*/{NULL},
-/*OSD 0x55*/{dissect_spc3_modeselect10},
+/*OSD 0x55*/{dissect_spc_modeselect10},
 /*OSD 0x56*/{NULL},
 /*OSD 0x57*/{NULL},
 /*OSD 0x58*/{NULL},
 /*OSD 0x59*/{NULL},
-/*OSD 0x5a*/{dissect_spc3_modesense10},
+/*OSD 0x5a*/{dissect_spc_modesense10},
 /*OSD 0x5b*/{NULL},
 /*OSD 0x5c*/{NULL},
 /*OSD 0x5d*/{NULL},
-/*OSD 0x5e*/{dissect_spc3_persistentreservein},
-/*OSD 0x5f*/{dissect_spc3_persistentreserveout},
+/*OSD 0x5e*/{dissect_spc_persistentreservein},
+/*OSD 0x5f*/{dissect_spc_persistentreserveout},
 /*OSD 0x60*/{NULL},
 /*OSD 0x61*/{NULL},
 /*OSD 0x62*/{NULL},
@@ -2846,7 +2846,7 @@ scsi_cdb_table_t scsi_osd_table[256] = {
 /*OSD 0x9d*/{NULL},
 /*OSD 0x9e*/{NULL},
 /*OSD 0x9f*/{NULL},
-/*OSD 0xa0*/{dissect_spc3_reportluns},
+/*OSD 0xa0*/{dissect_spc_reportluns},
 /*OSD 0xa1*/{NULL},
 /*OSD 0xa2*/{NULL},
 /*OSD 0xa3*/{NULL},