fix BlockError strings
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 19 Jun 2008 18:44:23 +0000 (18:44 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 19 Jun 2008 18:44:23 +0000 (18:44 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25490 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/profinet/packet-pn-dcp.c

index a0e4439b481d9a135959fcd1bc80111a6daadb7d..745db6ce2d7a2b07deca7726840e868b955b7bfe 100644 (file)
@@ -130,11 +130,11 @@ static const value_string pn_dcp_service_type[] = {
 static const value_string pn_dcp_block_error[] = {
        { 0x00, "Ok" },
        { 0x01, "Option unsupp." },
-       { 0x02, "Suboption unsupp." },
+       { 0x02, "Suboption unsupp. or no DataSet avail." },
        { 0x03, "Suboption not set" },
-       { 0x04, "Manufacturer specific" },
-       { 0x05, "Manufacturer specific" },
-       { 0x06, "Ressource Error" },
+       { 0x04, "Ressource Error" },
+       { 0x05, "SET not possible by local reasons" },
+       { 0x06, "In operation, SET not possible" },
     /* all others reserved */
     { 0, NULL }
 };