From Reinhard Speyerer:

This patch fixes several misspellings/typos in Wireshark SVN revision 28201.

svn path=/trunk/; revision=28204
This commit is contained in:
Jaap Keuter 2009-05-01 06:58:28 +00:00
parent a503077b85
commit b7dc0a3e51
2 changed files with 2 additions and 2 deletions

View File

@ -1470,7 +1470,7 @@ proto_register_dcom_cba (void)
{ &hf_cba_save_ldev_name,
{ "LDevName", "cba.save_ldev_name", FT_NONE, BASE_NONE, NULL, 0x0, "", HFILL }},
{ &hf_cba_save_result,
{ "PatialResult", "cba.save_result", FT_NONE, BASE_NONE, NULL, 0x0, "", HFILL }},
{ "PartialResult", "cba.save_result", FT_NONE, BASE_NONE, NULL, 0x0, "", HFILL }},
};
static hf_register_info hf_cba_ldev_array[] = {

View File

@ -133,7 +133,7 @@ static const value_string pn_dcp_block_error[] = {
{ 0x01, "Option unsupp." },
{ 0x02, "Suboption unsupp. or no DataSet avail." },
{ 0x03, "Suboption not set" },
{ 0x04, "Ressource Error" },
{ 0x04, "Resource Error" },
{ 0x05, "SET not possible by local reasons" },
{ 0x06, "In operation, SET not possible" },
/* all others reserved */