aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-waveagent.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-09-30 16:10:40 +0000
committerMichael Mann <mmann78@netscape.net>2013-09-30 16:10:40 +0000
commitc70b1a548bc6f8084495b6b1f02253e6196ade9b (patch)
tree0f7652e62f029c90c38f2af15938e84c099e61ca /epan/dissectors/packet-waveagent.c
parent50fd09f99ece3eacab1a7250716f54cef301255c (diff)
Convert proto_tree_add_int_format calls to proto_tree_add_int_format_value where appropriate.
svn path=/trunk/; revision=52301
Diffstat (limited to 'epan/dissectors/packet-waveagent.c')
-rw-r--r--epan/dissectors/packet-waveagent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-waveagent.c b/epan/dissectors/packet-waveagent.c
index 33f9af3153..f62f4d9afe 100644
--- a/epan/dissectors/packet-waveagent.c
+++ b/epan/dissectors/packet-waveagent.c
@@ -248,9 +248,9 @@ static void dissect_wlan_if_stats(guint32 starting_offset, proto_item *parent_tr
hf_waveagent_ifwlannoise, tvb, starting_offset + 48, 4, ENC_BIG_ENDIAN);
}
else {
- proto_tree_add_int_format(parent_tree,
+ proto_tree_add_int_format_value(parent_tree,
hf_waveagent_ifwlannoise, tvb, starting_offset + 48, 4, noise_floor,
- "WLAN Interface Noise Floor (dBm): Not Reported");
+ "Not Reported");
}
phy_types_bitfield = tvb_get_ntohl(tvb, starting_offset + 52);