aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2017-09-10 18:17:20 -0700
committerAnders Broman <a.broman58@gmail.com>2017-10-27 04:22:45 +0000
commitdb41ccd009ab01179f8629ba962e76ba7a6fda61 (patch)
treee2a89ad65cb032a2ed90b0ae17f56578757e2645 /epan/dissectors/packet-ieee80211.h
parent42a9e893fb95f8f8612b52d4be00f7bbf6f7546b (diff)
Device provisioning protocol: Fix a last issue with DPP and Configuration
commands not being searchable. Change-Id: I28cf212b3eacb16572ce9d1ff2dbf45040046b00 Reviewed-on: https://code.wireshark.org/review/24069 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ieee80211.h')
-rw-r--r--epan/dissectors/packet-ieee80211.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ieee80211.h b/epan/dissectors/packet-ieee80211.h
index fa8a5f691f..9eae85442c 100644
--- a/epan/dissectors/packet-ieee80211.h
+++ b/epan/dissectors/packet-ieee80211.h
@@ -55,8 +55,8 @@ int add_tagged_field(packet_info *pinfo, proto_tree *tree,
guint valid_element_ids_count,
association_sanity_check_t *association_sanity_check);
-int dissect_wifi_dpp_attributes(packet_info *pinfo, proto_tree *query,
- tvbuff_t *tvb, int offset);
+int dissect_wifi_dpp_config_proto(packet_info *pinfo, proto_tree *query,
+ tvbuff_t *tvb, int offset);
#define MAX_SSID_LEN 32
#define MAX_PROTECT_LEN 10