命中DENY策略后:并联环境仅对请求包发欺骗包及日志,串联环境丢弃真实应答包并发送伪造应答欺骗包及日志
This commit is contained in:
@@ -523,8 +523,11 @@ extern "C" char FW_DNS_PLUG_ENTRY(stSessionInfo* session_info, void **pme, int
|
|||||||
if(p_result!=NULL)
|
if(p_result!=NULL)
|
||||||
{
|
{
|
||||||
state=fw_dns_action(a_stream, dns_info, p_result, a_packet);
|
state=fw_dns_action(a_stream, dns_info, p_result, a_packet);
|
||||||
|
if(state!=PROT_STATE_GIVEME)
|
||||||
|
{
|
||||||
fw_dns_send_log(a_stream, dns_info, p_result, 1, thread_seq);
|
fw_dns_send_log(a_stream, dns_info, p_result, 1, thread_seq);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fw_dns_send_log(a_stream, dns_info, result, hit_num, thread_seq);
|
fw_dns_send_log(a_stream, dns_info, result, hit_num, thread_seq);
|
||||||
|
|||||||
Reference in New Issue
Block a user