aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-06-19 18:44:23 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-06-19 18:44:23 +0000
commitbd8528644e498ac01b25c0fd0d15dd684b348893 (patch)
treea9423fe4fb7ffcfbe590193e24d41ca550c35ad6 /plugins
parent4889fc41e90b73c9e46ebe17c82b55313c1d75a3 (diff)
fix BlockError strings
svn path=/trunk/; revision=25490
Diffstat (limited to 'plugins')
-rw-r--r--plugins/profinet/packet-pn-dcp.c8
1 files 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 }
};