From a661f7bb5b1584a286ac9fefa8ec495d78978e08 Mon Sep 17 00:00:00 2001 From: lijia Date: Tue, 21 Dec 2021 16:51:39 +0800 Subject: 增加ssdp目录. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 3 +++ for_gtest_only/fake_marsio/mpls_asym_1vs2.pcap | Bin 0 -> 302 bytes for_gtest_only/timer/timer_tcp_test.pcap | Bin 1032 -> 1032 bytes vxlan/vxlan_asymmetric_linkinfo.pcap | Bin 0 -> 1085 bytes 4 files changed, 3 insertions(+) create mode 100644 for_gtest_only/fake_marsio/mpls_asym_1vs2.pcap create mode 100644 vxlan/vxlan_asymmetric_linkinfo.pcap diff --git a/CMakeLists.txt b/CMakeLists.txt index 163cb1e..0ae3f2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -173,6 +173,9 @@ install(DIRECTORY ${PROJECT_SOURCE_DIR}/mms/ DESTINATION ./mss COMPONENT EXECUTA install(DIRECTORY ${PROJECT_SOURCE_DIR}/mpls DESTINATION . COMPONENT EXECUTABLE) install(DIRECTORY ${PROJECT_SOURCE_DIR}/mpls/ DESTINATION ./mpls COMPONENT EXECUTABLE) +install(DIRECTORY ${PROJECT_SOURCE_DIR}/nbns DESTINATION . COMPONENT EXECUTABLE) +install(DIRECTORY ${PROJECT_SOURCE_DIR}/nbns/ DESTINATION ./nbns COMPONENT EXECUTABLE) + install(DIRECTORY ${PROJECT_SOURCE_DIR}/ntp DESTINATION . COMPONENT EXECUTABLE) install(DIRECTORY ${PROJECT_SOURCE_DIR}/ntp/ DESTINATION ./ntp COMPONENT EXECUTABLE) diff --git a/for_gtest_only/fake_marsio/mpls_asym_1vs2.pcap b/for_gtest_only/fake_marsio/mpls_asym_1vs2.pcap new file mode 100644 index 0000000..2c6fb7e Binary files /dev/null and b/for_gtest_only/fake_marsio/mpls_asym_1vs2.pcap differ diff --git a/for_gtest_only/timer/timer_tcp_test.pcap b/for_gtest_only/timer/timer_tcp_test.pcap index fb4ca78..c2d79af 100644 Binary files a/for_gtest_only/timer/timer_tcp_test.pcap and b/for_gtest_only/timer/timer_tcp_test.pcap differ diff --git a/vxlan/vxlan_asymmetric_linkinfo.pcap b/vxlan/vxlan_asymmetric_linkinfo.pcap new file mode 100644 index 0000000..f286688 Binary files /dev/null and b/vxlan/vxlan_asymmetric_linkinfo.pcap differ -- cgit v1.2.3