mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/vladg/rrsig'
* origin/topic/vladg/rrsig: DNS: Log the type number for the DNS_RR_unknown_type weird.
This commit is contained in:
commit
3956df4407
4 changed files with 9 additions and 5 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
2.3-558 | 2015-03-18 22:50:55 -0400
|
||||||
|
|
||||||
|
* DNS: Log the type number for the DNS_RR_unknown_type weird. (Vlad Grigorescu)
|
||||||
|
|
||||||
2.3-555 | 2015-03-17 15:57:13 -0700
|
2.3-555 | 2015-03-17 15:57:13 -0700
|
||||||
|
|
||||||
* Splitting test-all Makefile target into Bro tests and test-aux.
|
* Splitting test-all Makefile target into Bro tests and test-aux.
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.3-555
|
2.3-558
|
||||||
|
|
|
@ -308,7 +308,7 @@ int DNS_Interpreter::ParseAnswer(DNS_MsgInfo* msg,
|
||||||
analyzer->ConnectionEvent(dns_unknown_reply, vl);
|
analyzer->ConnectionEvent(dns_unknown_reply, vl);
|
||||||
}
|
}
|
||||||
|
|
||||||
analyzer->Weird("DNS_RR_unknown_type");
|
analyzer->Weird("DNS_RR_unknown_type", fmt("%d", msg->atype));
|
||||||
data += rdlength;
|
data += rdlength;
|
||||||
len -= rdlength;
|
len -= rdlength;
|
||||||
status = 1;
|
status = 1;
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
#empty_field (empty)
|
#empty_field (empty)
|
||||||
#unset_field -
|
#unset_field -
|
||||||
#path weird
|
#path weird
|
||||||
#open 2014-02-13-20-36-35
|
#open 2015-03-18-17-30-43
|
||||||
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p name addl notice peer
|
#fields ts uid id.orig_h id.orig_p id.resp_h id.resp_p name addl notice peer
|
||||||
#types time string addr port addr port string string bool string
|
#types time string addr port addr port string string bool string
|
||||||
1363716396.798286 CXWv6p3arKYeMETxOg 55.247.223.174 27285 222.195.43.124 53 DNS_RR_unknown_type - F bro
|
1363716396.798286 CXWv6p3arKYeMETxOg 55.247.223.174 27285 222.195.43.124 53 DNS_RR_unknown_type 46 F bro
|
||||||
1363716396.798374 CXWv6p3arKYeMETxOg 55.247.223.174 27285 222.195.43.124 53 dns_unmatched_reply - F bro
|
1363716396.798374 CXWv6p3arKYeMETxOg 55.247.223.174 27285 222.195.43.124 53 dns_unmatched_reply - F bro
|
||||||
1363716396.798374 - - - - - dns_unmatched_msg - F bro
|
1363716396.798374 - - - - - dns_unmatched_msg - F bro
|
||||||
#close 2014-02-13-20-36-35
|
#close 2015-03-18-17-30-44
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue