aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-14 10:01:13 +0200
committerAnders Broman <a.broman58@gmail.com>2016-04-14 12:20:26 +0000
commitc3309b3b97c953f8279508043ec38890b90671c1 (patch)
tree6b81da0688cebdfecaaebb0d1ecd65863ca85f03 /epan/dissectors/packet-ieee80211.c
parent6b963e9e1e5366f474bdc7b0992ca077b010ab31 (diff)
802.11: Display Power Capability (min and max) in Decimal (and Hexa)
Change-Id: I6ca22bcd7d9a04b2d16f29d3a619ef86a2795eb2 Reviewed-on: https://code.wireshark.org/review/14909 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-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 642655ce33..757e5220ac 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -24392,12 +24392,12 @@ proto_register_ieee80211 (void)
{&hf_ieee80211_tag_power_capability_min,
{"Minimum Transmit Power", "wlan_mgt.powercap.min",
- FT_UINT8, BASE_HEX, NULL, 0,
+ FT_UINT8, BASE_DEC_HEX, NULL, 0,
"The nominal minimum transmit power with which the STA is capable of transmitting in the current channel", HFILL }},
{&hf_ieee80211_tag_power_capability_max,
{"Maximum Transmit Power", "wlan_mgt.powercap.max",
- FT_UINT8, BASE_HEX, NULL, 0,
+ FT_UINT8, BASE_DEC_HEX, NULL, 0,
"The nominal maximum transmit power with which the STA is capable of transmitting in the current channel", HFILL }},
{&hf_ieee80211_tag_tpc_report_trsmt_pow,