From ccff21854d5e340af3e8db3ecde555a20ce1f7d8 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 16 Apr 2018 15:36:41 +0200 Subject: Forbid leading, duplicated and trailing dots in field names In order to simplify the display filter scanner, try to restrict the use of dots ('.') in field names. Forbid leading dots, does not affect current dissectors. Fix '..' typo in fpp dissector and forbid it. Forbid trailing dots after fixing dissectors: some of them just have an excess dot, others are missing a name after the dot. Change-Id: I6e58a04ef0306ee8c16fbf6a3cabb076d7fc69c9 Reviewed-on: https://code.wireshark.org/review/26967 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- plugins/epan/wimaxmacphy/packet-wimaxmacphy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/epan/wimaxmacphy') diff --git a/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c b/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c index fac9648bcb..202fd30546 100644 --- a/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c +++ b/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c @@ -5243,7 +5243,7 @@ proto_register_wimaxmacphy(void) &hf_wimaxmacphy_ul_sub_burst_sounding_power_boost, { "Power boost", - "wimaxmacphy.", + "wimaxmacphy.sub_burst_sounding_power_boost", FT_UINT8, BASE_DEC, VALS(wimaxmacphy_ul_sub_burst_sounding_power_boost_vals), -- cgit v1.2.3