summaryrefslogtreecommitdiff
path: root/packet-scsi.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-13 02:52:21 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-13 02:52:21 +0000
commit7e6d288db3c7de0dc9301eedff9184ab2cd431b0 (patch)
treea9245b2932e4a5ce8b7200cbe52aaafa0430f64b /packet-scsi.c
parenta5e2062503488e01610ac9209c2bc4db3b840f79 (diff)
downloadwireshark-7e6d288db3c7de0dc9301eedff9184ab2cd431b0.tar.gz
Give the "prevent/allow medium removal" command the right name (it's
"prevent/allow", not "prevent allow"). svn path=/trunk/; revision=4933
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"},