From bd8528644e498ac01b25c0fd0d15dd684b348893 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 19 Jun 2008 18:44:23 +0000 Subject: [PATCH] fix BlockError strings svn path=/trunk/; revision=25490 --- plugins/profinet/packet-pn-dcp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/profinet/packet-pn-dcp.c b/plugins/profinet/packet-pn-dcp.c index a0e4439b48..745db6ce2d 100644 --- a/plugins/profinet/packet-pn-dcp.c +++ b/plugins/profinet/packet-pn-dcp.c @@ -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 } };