From 7e6d288db3c7de0dc9301eedff9184ab2cd431b0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 13 Mar 2002 02:52:21 +0000 Subject: Give the "prevent/allow medium removal" command the right name (it's "prevent/allow", not "prevent allow"). svn path=/trunk/; revision=4933 --- packet-scsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-scsi.c') 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 @@ -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"}, -- cgit v1.2.1