aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-04-08 13:15:48 -0700
committerGuy Harris <guy@alum.mit.edu>2018-04-08 20:16:20 +0000
commit510a1b1c0726240f10f65368f9a57d99573781ac (patch)
tree6d17587818a6f100c7d4f04738f01a98a33342dd /epan
parentbf3bd0a0af6c1b5e1db8b934f387a5261ee418c4 (diff)
No need to display *signed* power values in hex.
Change-Id: I8356dc3c2667a7bd55d3bb75b88f7ed758cecb72 Reviewed-on: https://code.wireshark.org/review/26807 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-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 a3b8ee54db..a924c5d8f4 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -28093,12 +28093,12 @@ proto_register_ieee80211(void)
{&hf_ieee80211_tag_power_capability_min,
{"Minimum Transmit Power", "wlan.powercap.min",
- FT_INT8, BASE_DEC_HEX, NULL, 0,
+ FT_INT8, BASE_DEC, 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.powercap.max",
- FT_INT8, BASE_DEC_HEX, NULL, 0,
+ FT_INT8, BASE_DEC, 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,