aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aoe.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-07 04:28:37 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-07 04:28:37 +0000
commit9b35ad5564a4646273886cbd9f61da7d3d806ef0 (patch)
tree54517d944718b279df1de5d88e8a7aa4068c657f /epan/dissectors/packet-aoe.c
parent2625d6d3e90af60f8e5777df3fed295d02d41fc0 (diff)
update one of the command names
svn path=/trunk/; revision=12675
Diffstat (limited to 'epan/dissectors/packet-aoe.c')
-rw-r--r--epan/dissectors/packet-aoe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-aoe.c b/epan/dissectors/packet-aoe.c
index 7c85a392f5..ad83929434 100644
--- a/epan/dissectors/packet-aoe.c
+++ b/epan/dissectors/packet-aoe.c
@@ -115,12 +115,12 @@ static const value_string ata_cmd_vals[] = {
{ 0x21, "Read sectors (no retry)" },
{ 0x22, "Read long (with retry)" },
{ 0x23, "Read long (no retry)" },
- { 0x24, "Wdcc read ext" },
+ { 0x24, "Read ext" },
{ 0x30, "Write sectors (with retry)" },
{ 0x31, "Write sectors (no retry)" },
{ 0x32, "Write long (with retry)" },
{ 0x33, "Write long (no retry)" },
- { 0x34, "Wdcc write ext" },
+ { 0x34, "Write ext" },
{ 0x3c, "Write verify" },
{ 0x40, "Read verify sectors (with retry)" },
{ 0x41, "Read verify sectors (no retry)" },