aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2020-09-27 23:17:56 +0100
committerDenis Ovsienko <denis@ovsienko.info>2020-09-28 13:58:12 +0100
commitbdac249ee0574f1aa187fc406cec9f61c775f9da (patch)
tree37409076c02d7a9a32c47714f1f1b4256d60a385 /CMakeLists.txt
parentafb9acd6bcbfc37d6977ac850e422f7374a69684 (diff)
downloadtcpdump-bdac249ee0574f1aa187fc406cec9f61c775f9da.tar.gz
OpenFlow 1.3: Add initial partial support.
This code processes only the simplest message types (9 out of the 30 defined). Add a test from [1], which comes from [2], which comes from a contributor in Ericsson (Zoltán Lajos Kis). 1: https://wiki.wireshark.org/SampleCaptures#OpenFlow 2: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9283
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ef7db96..72091428 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1033,6 +1033,7 @@ set(NETDISSECT_SOURCE_LIST_C
print-null.c
print-olsr.c
print-openflow-1.0.c
+ print-openflow-1.3.c
print-openflow.c
print-ospf.c
print-ospf6.c