aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2019-01-03 08:33:06 +0200
committerAnders Broman <a.broman58@gmail.com>2019-01-03 12:19:17 +0000
commit310d4a861c7477912716e2f93d5c65cc2205b2f7 (patch)
treec930c37395df49d1349c8a5cbf7be8a9fa0847da /epan/dissectors
parent66de3fcf9d7e058b279a1003313e8e644d543b3a (diff)
ieee80211: print the RU Allocation in decimal
The RU Allocation is really a decimal number and the standard uses it as a decimal number. It is not a bitmap. Print it in decimal. Change-Id: I2f8ff9798aa1af855ad3c8b0a26704282fe18189 Reviewed-on: https://code.wireshark.org/review/31315 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-ieee80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index c951bf0ba4..fba55cb8a9 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -33761,7 +33761,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_he_trs_ru_allocation,
{"RU Allocation", "wlan.htc.he.a_control.umrs.ru_allocation",
- FT_UINT32, BASE_HEX, NULL, 0x00001fe0, NULL, HFILL }},
+ FT_UINT32, BASE_DEC, NULL, 0x00001fe0, NULL, HFILL }},
{&hf_ieee80211_he_dl_tx_power,
{"DL Tx Power", "wlan.htc.he.a_control.umrs.dl_tx_power",
@@ -34071,7 +34071,7 @@ proto_register_ieee80211(void)
{&hf_ieee80211_he_trigger_ru_allocation,
{"RU Allocation", "wlan.trigger.he.ru_allocation",
- FT_UINT40, BASE_HEX, NULL, 0x00000FE000, NULL, HFILL }},
+ FT_UINT40, BASE_DEC, NULL, 0x00000FE000, NULL, HFILL }},
{&hf_ieee80211_he_trigger_ul_fec_coding_type,
{"Coding Type", "wlan.trigger.he.coding_type",