aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-21 12:31:16 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-02-21 12:31:16 +0000
commitfbbe22d1704049db3485d57003981096a3949fe7 (patch)
treed9f462d73b68edb34abf4c95f7bd5f9b65907cbf /epan/dissectors/packet-capwap.c
parentd2b0c28f71f3f195b411823982966d40dedd7892 (diff)
Fix CheckAPI about trailing space
svn path=/trunk/; revision=47794
Diffstat (limited to 'epan/dissectors/packet-capwap.c')
-rw-r--r--epan/dissectors/packet-capwap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-capwap.c b/epan/dissectors/packet-capwap.c
index 98c662b669..090370bcbb 100644
--- a/epan/dissectors/packet-capwap.c
+++ b/epan/dissectors/packet-capwap.c
@@ -1560,7 +1560,7 @@ proto_register_capwap_control(void)
{ &hf_capwap_header_hlen,
{ "Header Length", "capwap.header.length",
FT_UINT8, BASE_DEC, NULL, 0x0,
- "Length of the CAPWAP transport header in 4-byte words (similar to IP header length) ", HFILL }},
+ "Length of the CAPWAP transport header in 4-byte words (similar to IP header length)", HFILL }},
{ &hf_capwap_header_rid,
{ "Radio ID", "capwap.header.rid",
FT_UINT8, BASE_DEC, NULL, 0x0,