diff options
| author | fengweihao <[email protected]> | 2024-02-01 16:03:49 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-02-01 16:03:49 +0800 |
| commit | 2c32c20e234d9bce9748eee62d8da27c09bd324b (patch) | |
| tree | 10ba2fca555735b004ee54f40b554ee04e5c509a /common/include/tfe_scan.h | |
| parent | 9c9cc1de759d7a7ce1b2c86d17086d57d537cbfe (diff) | |
TSG-18425 Proxy支持port object匹配 TSG-19090 Proxy支持Protocol Object匹配v4.8.64-20240204
Diffstat (limited to 'common/include/tfe_scan.h')
| -rw-r--r-- | common/include/tfe_scan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/include/tfe_scan.h b/common/include/tfe_scan.h index df61326..a983484 100644 --- a/common/include/tfe_scan.h +++ b/common/include/tfe_scan.h @@ -11,4 +11,5 @@ int tfe_scan_ip_location(const struct tfe_stream *stream, long long *result, str int hit_cnt, void *logger, char **location_server, char **location_client); int tfe_scan_app_id(long long *result, struct maat_state *scan_mid, int hit_cnt, long long app_id, int table_id); 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 +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); +int tfe_scan_port(const struct tfe_stream *stream, long long *result, struct maat_state *scan_mid, int hit_cnt, uint16_t source, uint16_t dest);
\ No newline at end of file |
