mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
lazy commit
This commit is contained in:
parent
84d609b333
commit
e121d89d4e
1 changed files with 3 additions and 3 deletions
|
@ -800,9 +800,9 @@ bool DNS_Interpreter::ParseRR_EDNS(DNS_MsgInfo* msg,
|
|||
|
||||
if (analyzer->Conn()->ConnTransport() == TRANSPORT_UDP) {
|
||||
/*
|
||||
* Based on RFC 7828 (3.2.1/3.2.2), clients and servers MUST NOT
|
||||
* negotiate TCP Keepalive timeout in DNS-over-UDP.
|
||||
*/
|
||||
* Based on RFC 7828 (3.2.1/3.2.2), clients and servers MUST NOT
|
||||
* negotiate TCP Keepalive timeout in DNS-over-UDP.
|
||||
*/
|
||||
analyzer->Weird("EDNS_TCP_Keepalive_Record_In_UDP");
|
||||
}
|
||||
analyzer->EnqueueConnEvent(dns_EDNS_tcp_keepalive,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue