aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-05-27 16:20:29 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-05-27 16:20:29 +0000
commit816ed3ce0d267636dc219d781c12cd3d1dfa1a10 (patch)
tree5ef8efe9d2de88d5f84389a7a9d675cbf72a4cc6 /epan/dissectors/packet-ieee80211.h
parent0e06d5ce58ecc4bec579d41a61b4157359d0e411 (diff)
From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8711 Wi-Fi Display dissector
The attached patch adds initial support for dissecting Wi-Fi Display information element svn path=/trunk/; revision=49593
Diffstat (limited to 'epan/dissectors/packet-ieee80211.h')
-rw-r--r--epan/dissectors/packet-ieee80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ieee80211.h b/epan/dissectors/packet-ieee80211.h
index 3abb7a514c..b9f0d3be8c 100644
--- a/epan/dissectors/packet-ieee80211.h
+++ b/epan/dissectors/packet-ieee80211.h
@@ -43,6 +43,9 @@ void capture_wlancap(const guchar *, int, int, packet_counts *);
void ieee_80211_add_tagged_parameters (tvbuff_t * tvb, int offset,
packet_info * pinfo, proto_tree * tree, int tagged_parameters_len, int ftype);
+void dissect_wifi_display_ie(packet_info *pinfo, proto_tree *tree,
+ tvbuff_t *tvb, int offset, gint size);
+
#define MAX_SSID_LEN 32
#define MAX_PROTECT_LEN 10