diff options
| author | liuxueli <[email protected]> | 2023-04-28 10:17:10 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-04-28 10:17:10 +0800 |
| commit | 4bafeced191b50ec871b9e91719058b2de9314f7 (patch) | |
| tree | 998116f42741cdee577cb629044bb5465bf2a23e /test/src/gtest_master.cpp | |
| parent | ecd1177511eb2a30382f72310c521832cd76e275 (diff) | |
提供根据策略通知捕包或者镜像流量的接口v6.0.5
Diffstat (limited to 'test/src/gtest_master.cpp')
| -rw-r--r-- | test/src/gtest_master.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/gtest_master.cpp b/test/src/gtest_master.cpp index 7da2057..cf95413 100644 --- a/test/src/gtest_master.cpp +++ b/test/src/gtest_master.cpp @@ -490,7 +490,7 @@ TEST(TSGMaster, SecurityDuplicatePolicyMultipleNotify) EXPECT_EQ(nullptr, session_matched_rules_get(&a_stream, TSG_SERVICE_SECURITY)); } -extern int session_packet_capture_notify(const struct streaminfo *a_stream, struct maat_rule *rules, size_t n_rules, int thread_seq); +extern int session_packet_capture_by_rules_notify(const struct streaminfo *a_stream, struct maat_rule *rules, size_t n_rules, int thread_seq); TEST(TSGMaster, SecurityPolicyIntercept) { |
