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>
This commit is contained in:
Alexis La Goutte 2016-04-14 10:01:13 +02:00 committed by Anders Broman
parent 6b963e9e1e
commit c3309b3b97
1 changed files with 2 additions and 2 deletions

View File

@ -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,