diff options
| author | liuxueli <[email protected]> | 2023-08-24 10:57:50 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-08-25 14:48:37 +0800 |
| commit | d237880added41a56879f2d13977c4b86ca01b20 (patch) | |
| tree | 9f3244c350cacb71bf002ed747bf3f768bae1af1 /src/tsg_protocol_common.h | |
| parent | ad13ce5481be453b00918352131ee71f55238c51 (diff) | |
OMPUB-1002: master处理dns atrribute识别出的application时未执行策略v6.0.47
Diffstat (limited to 'src/tsg_protocol_common.h')
| -rw-r--r-- | src/tsg_protocol_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tsg_protocol_common.h b/src/tsg_protocol_common.h index 2f35780..e5b496d 100644 --- a/src/tsg_protocol_common.h +++ b/src/tsg_protocol_common.h @@ -139,6 +139,6 @@ int tsg_send_inject_packet(const struct streaminfo *a_stream, enum sapp_inject_o unsigned char do_action_redirect_dns(const struct streaminfo *a_stream, struct maat_rule *p_result, struct compile_user_region *user_region, const void *user_data); unsigned char send_icmp_unreachable(const struct streaminfo *a_stream); -int send_tamper_xxx(const struct streaminfo *a_stream, long *tamper_count, const void *raw_pkt); +int send_tamper_xxx(const struct streaminfo *a_stream, long *tamper_count); unsigned char tsg_enforing_deny_application(const struct streaminfo *a_stream, struct maat_rule *p_result, enum TSG_PROTOCOL protocol, int app_id, enum ACTION_RETURN_TYPE type, const void *user_data); |
