DNS: Log the type number for the DNS_RR_unknown_type weird.

This commit is contained in:
Vlad Grigorescu 2015-03-18 13:31:12 -04:00
parent 5e2defebe5
commit 01e5de8234
2 changed files with 4 additions and 4 deletions

View file

@ -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;