aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-29 20:47:12 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-29 20:47:12 +0000
commitfef4a3b22d47869f56ec86d6925ec6f7254af8aa (patch)
tree44f6cc2295e24a95232b46896cd97ac449166b00
parent0e1dae9f671c0c5637909ef9fa21a842a69199f7 (diff)
Remove a linefeed from a field description.
svn path=/trunk/; revision=24756
-rw-r--r--epan/dissectors/packet-ieee802154.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c
index 3474aaeb9b..5a4d79a22f 100644
--- a/epan/dissectors/packet-ieee802154.c
+++ b/epan/dissectors/packet-ieee802154.c
@@ -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,