mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00

The scope of dns.log is now only standard queries (OPCODE == 0). Other kinds of queries (e.g. inverse query) were not handled correctly and could interfere with the state tracking of the default DNS scripts.
4 lines
124 B
Text
4 lines
124 B
Text
# @TEST-EXEC: bro -r $TRACES/dns-inverse-query.trace %INPUT
|
|
# @TEST-EXEC: test ! -e dns.log
|
|
|
|
@load protocols/dns/auth-addl
|