update one of the command names
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Dec 2004 04:28:37 +0000 (04:28 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 7 Dec 2004 04:28:37 +0000 (04:28 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12675 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-aoe.c

index 7c85a392f55f6a6d872cfdf5415c5da5c2f1dfa9..ad83929434abaabebe540ea635f93737bf44a28a 100644 (file)
@@ -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)" },