TSG-9215: 修复tamper命中tcp后相同的数据包可能发送两次的问题
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#define STATE_DROPPKT 4
|
||||
#define STATE_KILL_OTHER 8
|
||||
|
||||
|
||||
enum TSG_DENY_TYPE
|
||||
{
|
||||
TSG_DENY_TYPE_MESSAGE=0,
|
||||
@@ -117,7 +116,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, Maat_rule_t *p_result, struct compile_user_region *user_region, const void *user_data);
|
||||
|
||||
unsigned char send_icmp_unreachable(const struct streaminfo *a_stream, const void *raw_pkt);
|
||||
int send_tamper_xxx(const struct streaminfo *a_stream, const void *raw_pkt);
|
||||
|
||||
int send_tamper_xxx(const struct streaminfo *a_stream, long *tamper_count, const void *raw_pkt);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user