aboutsummaryrefslogtreecommitdiffstats
path: root/packet-scsi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-13 02:52:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-13 02:52:21 +0000
commit0d8201a79e08c2af3b8543b9943748e4e1d46e50 (patch)
treea9245b2932e4a5ce8b7200cbe52aaafa0430f64b /packet-scsi.c
parent1206c771dceeaff1288f1972095383210e24a1ef (diff)
Give the "prevent/allow medium removal" command the right name (it's
"prevent/allow", not "prevent allow"). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4933 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-scsi.c')
-rw-r--r--packet-scsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-scsi.c b/packet-scsi.c
index ff4b6d5094..0df9fd233a 100644
--- a/packet-scsi.c
+++ b/packet-scsi.c
@@ -2,7 +2,7 @@
* Routines for decoding SCSI CDBs and responses
* Author: Dinesh G Dutt (ddutt@cisco.com)
*
- * $Id: packet-scsi.c,v 1.6 2002/03/12 11:30:45 guy Exp $
+ * $Id: packet-scsi.c,v 1.7 2002/03/13 02:52:21 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -211,7 +211,7 @@ static const value_string scsi_spc2_val[] = {
{SCSI_SPC2_MODESENSE10 , "Mode Sense (10)"},
{SCSI_SPC2_PERSRESVIN , "Persistent Reserve In"},
{SCSI_SPC2_PERSRESVOUT , "Persistent Reserve Out"},
- {SCSI_SPC2_PREVMEDREMOVAL , "Prevent Allow Medium Removal"},
+ {SCSI_SPC2_PREVMEDREMOVAL , "Prevent/Allow Medium Removal"},
{SCSI_SPC2_RCVCOPYRESULTS , "Receive Copy Results"},
{SCSI_SPC2_RCVDIAGRESULTS , "Receive Diagnostics Results"},
{SCSI_SPC2_READBUFFER , "Read Buffer"},