aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-29 19:55:02 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-29 19:55:02 +0000
commitb4602c4e019b945753e5ad2816a9dab2f325f418 (patch)
tree0c5a0bd52c0b403695b52cde651e09e0872373dd /epan/dissectors/packet-capwap.c
parent28b5817ee833fb620684bfe158b5f56254b3859b (diff)
Small fix for "Flag C" filter.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31121 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-capwap.c')
-rw-r--r--epan/dissectors/packet-capwap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-capwap.c b/epan/dissectors/packet-capwap.c
index 2f98863991..9f4d4e3ac6 100644
--- a/epan/dissectors/packet-capwap.c
+++ b/epan/dissectors/packet-capwap.c
@@ -2076,7 +2076,7 @@ proto_register_capwap_control(void)
FT_BOOLEAN, 1, NULL, 0x2000,
NULL, HFILL }},
{ &hf_capwap_msg_element_type_ieee80211_station_session_key_flags_c,
- { "Flag C", "capwap.control.message_element.ieee80211_station_session_key.flags_a",
+ { "Flag C", "capwap.control.message_element.ieee80211_station_session_key.flags_c",
FT_BOOLEAN, 1, NULL, 0x1000,
NULL, HFILL }},
{ &hf_capwap_msg_element_type_ieee80211_station_session_key_pairwire_tsc,