Remove a linefeed from a field description.

svn path=/trunk/; revision=24756
This commit is contained in:
Gerald Combs 2008-03-29 20:47:12 +00:00
parent 0e1dae9f67
commit fef4a3b22d
1 changed files with 1 additions and 1 deletions

View File

@ -1559,7 +1559,7 @@ void proto_register_ieee802154(void)
/* Association response fields */
{ &hf_ieee802154_cmd_asrsp_addr,
{ "Short Address", "wpan.cmd.asrsp.addr", FT_UINT16, BASE_HEX, NULL, 0x0,
"The short address that the device should assume.\nAn address of 0xfffe indicates that the device should use its IEEE 64-bit long address.", HFILL }},
"The short address that the device should assume. An address of 0xfffe indicates that the device should use its IEEE 64-bit long address.", HFILL }},
{ &hf_ieee802154_cmd_asrsp_status,
{ "Association Status", "wpan.cmd.asrsp.status", FT_UINT8, BASE_HEX, NULL, 0x0,