mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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.
7 lines
123 B
Text
7 lines
123 B
Text
@load base/protocols/conn
|
|
@load base/protocols/http
|
|
|
|
event connection_state_remove(c: connection)
|
|
{
|
|
print c;
|
|
}
|