mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
DNS: Log the type number for the DNS_RR_unknown_type weird.
This commit is contained in:
parent
5e2defebe5
commit
01e5de8234
2 changed files with 4 additions and 4 deletions
|
@ -308,7 +308,7 @@ int DNS_Interpreter::ParseAnswer(DNS_MsgInfo* msg,
|
|||
analyzer->ConnectionEvent(dns_unknown_reply, vl);
|
||||
}
|
||||
|
||||
analyzer->Weird("DNS_RR_unknown_type");
|
||||
analyzer->Weird("DNS_RR_unknown_type", fmt("%d", msg->atype));
|
||||
data += rdlength;
|
||||
len -= rdlength;
|
||||
status = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue