ieee80211: Handle the case where a Vendor Specific response is not DPP!

This commit is contained in:
Richard Sharpe 2022-03-26 14:37:54 -07:00 committed by A Wireshark GitLab Utility
parent 4bed80187e
commit f0e4a9960c
1 changed files with 5 additions and 0 deletions

View File

@ -10793,6 +10793,11 @@ dissect_gas_comeback_response(proto_tree *tree, tvbuff_t *tvb, packet_info *pinf
val_to_str(subtype >> 8, dpp_subtype_vals,
"Unknown (%u)"));
dissect_wifi_dpp_config_proto(pinfo, query, new_tvb, 0);
} else {
proto_tree_add_item(query, hf_ieee80211_ff_query_response,
new_tvb, 0,
tvb_reported_length_remaining(new_tvb, 0),
ENC_NA);
}
break;
default: