diff options
| author | fengweihao <[email protected]> | 2023-12-25 14:43:00 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2023-12-25 14:43:00 +0800 |
| commit | f69de9f4e3d5abff660220e86e164e83ca18aff7 (patch) | |
| tree | 66a9904e435ae16d0ea55b3553eefe047dbbe1ec /common/include | |
| parent | 4f9372d9667f21b346da2389987fc938591f3888 (diff) | |
TSG-18071 选择Internal作为Condition时,无法命中策略
Diffstat (limited to 'common/include')
| -rw-r--r-- | common/include/tfe_scan.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/common/include/tfe_scan.h b/common/include/tfe_scan.h index f5baa2b..77d6071 100644 --- a/common/include/tfe_scan.h +++ b/common/include/tfe_scan.h @@ -12,9 +12,5 @@ int tfe_scan_ip_location(const struct tfe_stream *stream, long long *result, str int tfe_scan_fqdn_cat(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, int hit_cnt, void *logger, int table_id); int tfe_scan_app_id(long long *result, struct maat_state *scan_mid, int hit_cnt, int app_id, int table_id); -int tfe_scan_ipv4_addr(long long *result, struct maat_state *scan_mid, int hit_cnt, struct ipaddr sapp_addr); -int tfe_scan_ipv6_addr(long long *result, struct maat_state *scan_mid, int hit_cnt, struct ipaddr sapp_addr); -int tfe_scan_ipv4_internal_addr(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, - int hit_cnt, struct ipaddr sapp_addr); -int tfe_scan_ipv6_internal_addr(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, - int hit_cnt, struct ipaddr sapp_addr);
\ No newline at end of file +int tfe_scan_ipv4_addr(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, int hit_cnt, struct ipaddr sapp_addr); +int tfe_scan_ipv6_addr(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, int hit_cnt, struct ipaddr sapp_addr);
\ No newline at end of file |
