summaryrefslogtreecommitdiff
path: root/module_test
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-11-12 13:24:11 +0800
committeryangwei <[email protected]>2024-11-12 14:22:04 +0800
commit421d4ed459f6656f7f67c301530891e332b49959 (patch)
tree8f59efe9755f458d9570f6900883d0cf4027378a /module_test
parentbff48cc28a94e72540c1cdb65b3fc55e892b0201 (diff)
🔧 build(integrate tcpdump_mesa): in toolsFeature-merge-jump-layer
Diffstat (limited to 'module_test')
-rw-r--r--module_test/src/gtest_sapp_comm.cpp2
-rw-r--r--module_test/src/gtest_sapp_fun.h11
2 files changed, 6 insertions, 7 deletions
diff --git a/module_test/src/gtest_sapp_comm.cpp b/module_test/src/gtest_sapp_comm.cpp
index 6fe2062..5533c85 100644
--- a/module_test/src/gtest_sapp_comm.cpp
+++ b/module_test/src/gtest_sapp_comm.cpp
@@ -27,9 +27,7 @@
#include <net/if.h>
#include <stdarg.h>
-#include "stream.h"
#include "gtest_sapp_fun.h"
-#include "MESA_jump_layer.h"
static int gtest_sapp_master_fd;
diff --git a/module_test/src/gtest_sapp_fun.h b/module_test/src/gtest_sapp_fun.h
index f597a0e..96f76d1 100644
--- a/module_test/src/gtest_sapp_fun.h
+++ b/module_test/src/gtest_sapp_fun.h
@@ -8,7 +8,11 @@
#include <pcap/pcap.h>
#include <linux/if_tun.h>
#include <net/if.h>
-#include "MESA_jump_layer.h"
+
+#include <netinet/ip.h>
+#include <netinet/ip6.h>
+#include <netinet/tcp.h>
+#include <netinet/udp.h>
/*
说明:
@@ -26,10 +30,7 @@
#define SAPP_MAX_PLUG_ENTRY_NUM (256)
#endif
-#include "stream.h"
-#include "packet_io.h"
-#include "sapp_cla_private.h"
-//#include "sapp_global_val.h"
+#include "stream_internal.h"
#include "mesa_net.h"
#include "MESA_handle_logger.h"