fix BlockError strings

svn path=/trunk/; revision=25490
This commit is contained in:
Ulf Lamping 2008-06-19 18:44:23 +00:00
parent 4889fc41e9
commit bd8528644e
1 changed files with 4 additions and 4 deletions

View 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 }
};