aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-05-14 16:06:12 +0200
committerAnders Broman <a.broman58@gmail.com>2017-05-14 20:11:36 +0000
commit8082e7ceea9c3a10ee99b89e6d853e537f3d78bb (patch)
treea27710d11517b89f15ec741bf3670b635a0cef50 /epan/dissectors/CMakeLists.txt
parentd5635bcb0ac54bb1395cebb4bdd1d604c97590a7 (diff)
Openflow: Add support of openflow 1.5 (v6)
Copy from dissector 1.4 (v5) Bug: 13702 Change-Id: I2ae5b620e6ff1626c69f8fac6184244399e297de Reviewed-on: https://code.wireshark.org/review/21641 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/CMakeLists.txt')
-rw-r--r--epan/dissectors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index 978c7efed1..3f31bef64b 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -1017,6 +1017,7 @@ set(DISSECTOR_SRC
packet-openflow_v1.c
packet-openflow_v4.c
packet-openflow_v5.c
+ packet-openflow_v6.c
packet-opensafety.c
packet-openthread.c
packet-openvpn.c