aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorAnton Glukhov <anton.a.glukhov@gmail.com>2017-12-18 16:25:18 +0100
committerAnders Broman <a.broman58@gmail.com>2017-12-21 11:39:24 +0000
commit00974e1dc4bccb23491dca5fe1f9bf0f24833915 (patch)
tree4057ed89acc0e9c7fd587e779b0b4a54433a19a6 /epan/dissectors/Makefile.am
parent2b0a1ec2cb13a223a1e0b731dc0f3bb947b1425e (diff)
Add IEEE 802.3br Frame Preemption Protocol dissector
Bug: 14280 Change-Id: I25444b069af4bb78db6ae5ff649596599eba2a0c Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com> Reviewed-on: https://code.wireshark.org/review/24881 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@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 40331aeb6f..28982e6573 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -615,6 +615,7 @@ DISSECTOR_SRC = \
packet-foundry.c \
packet-fp_hint.c \
packet-fp_mux.c \
+ packet-fpp.c \
packet-fr.c \
packet-fractalgeneratorprotocol.c \
packet-frame.c \