aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-capwap.c
diff options
context:
space:
mode:
authorWill Glynn <will@willglynn.com>2016-11-17 15:48:18 -0600
committerGuy Harris <guy@alum.mit.edu>2016-11-18 01:05:22 +0000
commit50515b9ebf8db7e97369e0cdbc748db9d0fd818b (patch)
treeb08658dc95c49aef93d44816a23827a054436957 /epan/dissectors/packet-capwap.c
parentde5580a8ff5f8558386c51c7d56f09970d553fe3 (diff)
ieee80211: warn about FT AKM suite mismatches
Bug: 13149 Change-Id: I8bceeeadf30c9594aa4be8cc195e694594de1d97 Reviewed-on: https://code.wireshark.org/review/18862 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 bf7bcfd087..c2e3cadedc 100644
--- a/epan/dissectors/packet-capwap.c
+++ b/epan/dissectors/packet-capwap.c
@@ -2722,7 +2722,7 @@ hf_capwap_msg_element_type_ieee80211_ie_flags, ett_capwap_ieee80211_ie_flags, ie
offset += 1;
while (offset < offset_end) {
- offset += add_tagged_field(pinfo, sub_msg_element_type_tree, tvb, offset, 0, NULL, 0);
+ offset += add_tagged_field(pinfo, sub_msg_element_type_tree, tvb, offset, 0, NULL, 0, NULL);
}
break;