aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-04-19 08:22:58 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-04-19 08:22:58 +0000
commit1c45c1a243d43ec2268b898fec10dd23cefc5b33 (patch)
tree9fccc8cc5920ffd4987664b0c518ee30a71d2c15 /epan/dissectors/packet-scsi.c
parent7f06b2e2174a55f5968962836d9c4dbcdd5cba2a (diff)
From Michael Mann via bug 2794:
Fixed display filters with obvious typos. svn path=/trunk/; revision=36713
Diffstat (limited to 'epan/dissectors/packet-scsi.c')
-rw-r--r--epan/dissectors/packet-scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-scsi.c b/epan/dissectors/packet-scsi.c
index 026fb035be..fbd3ea78fe 100644
--- a/epan/dissectors/packet-scsi.c
+++ b/epan/dissectors/packet-scsi.c
@@ -5275,7 +5275,7 @@ proto_register_scsi (void)
{"Task Aborted Status", "scsi.mode.tac", FT_BOOLEAN, 8,
TFS (&scsi_modesns_tas_val), 0x80, NULL, HFILL}},
{ &hf_scsi_modesns_rac,
- {"Report a Check", "ssci.mode.rac", FT_BOOLEAN, 8,
+ {"Report a Check", "scsi.mode.rac", FT_BOOLEAN, 8,
TFS (&scsi_modesns_rac_val), 0x40, NULL, HFILL}},
{ &hf_scsi_protocol,
{"Protocol", "scsi.proto", FT_UINT8, BASE_DEC, VALS (scsi_proto_val),