aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2017-08-13 21:58:39 -0400
committerRichard Sharpe <realrichardsharpe@gmail.com>2017-08-14 05:24:59 +0000
commitd6eda2a3a398b5747717b6dbc13337a6d5314416 (patch)
tree41ff5082a2cdaa174c038b4e72d9d545f8cbcbdd /epan/dissectors/Makefile.am
parent3c0ff67a9ca7e9c71785fa9d97cc1c1c13908774 (diff)
ieee80211 : Implement Wi-Fi DPP spec
Including attributes in Public Action frames and those that can appear in GAS frames. Change-Id: I8d2a717984295592952b8fff82879197ace2a4b2 Reviewed-on: https://code.wireshark.org/review/22615 Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 8ef73be00c..553e525a36 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -1386,6 +1386,7 @@ DISSECTOR_SRC = \
packet-wfleet-hdlc.c \
packet-who.c \
packet-whois.c \
+ packet-wifi-dpp.c \
packet-wifi-display.c \
packet-wifi-p2p.c \
packet-windows-common.c \