From 8a1cead94713f0c7c6e2f5cc58aa1d0f6c8f2a60 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 18 Feb 2014 14:21:25 +0100 Subject: [PATCH] Fix typo in name of Radio Type 802.11b (in IEEE802.11 WTP Radio Information) Found by Massimo Vellucci Change-Id: Ibbe2d0a4d1e421e647028262baf0398d05905c8d Reviewed-on: https://code.wireshark.org/review/246 Reviewed-by: Alexis La Goutte Tested-by: Alexis La Goutte --- epan/dissectors/packet-capwap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-capwap.c b/epan/dissectors/packet-capwap.c index e973ed179e..505030c8a0 100644 --- a/epan/dissectors/packet-capwap.c +++ b/epan/dissectors/packet-capwap.c @@ -2497,7 +2497,7 @@ proto_register_capwap_control(void) FT_BOOLEAN, 4, TFS(&tfs_true_false), 0x0002, NULL, HFILL }}, { &hf_capwap_msg_element_type_ieee80211_wtp_radio_info_radio_type_b, - { "Radio Type 802.11g", "capwap.control.message_element.ieee80211_wtp_info_radio.radio_type_b", + { "Radio Type 802.11b", "capwap.control.message_element.ieee80211_wtp_info_radio.radio_type_b", FT_BOOLEAN, 4, TFS(&tfs_true_false), 0x0001, NULL, HFILL }},