SCSI: Fix mixed up SCSI senddiag PF values

Change-Id: I5e4b3ff0579789d81bf4eaad3dc2669472d22dd7
Reviewed-on: https://code.wireshark.org/review/12024
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Stefan Pöschel 2015-11-22 01:11:59 +01:00 committed by Anders Broman
parent f1b3b32de9
commit 26366ef795
1 changed files with 1 additions and 1 deletions

View File

@ -2797,8 +2797,8 @@ const value_string scsi_senddiag_st_code_val[] = {
};
const true_false_string scsi_senddiag_pf_val = {
"Vendor-specific Page Format",
"Standard Page Format",
"Vendor-specific Page Format",
};
static gint scsi_def_devtype = SCSI_DEV_SBC;