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 <alexis.lagoutte@gmail.com>
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-02-18 14:21:25 +01:00
parent ff0468f6d3
commit 8a1cead947
1 changed files with 1 additions and 1 deletions

View File

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