mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
28 lines
904 B
ReStructuredText
28 lines
904 B
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/dns/auth-addl.bro
|
|
==================================
|
|
.. bro:namespace:: DNS
|
|
|
|
This script adds authoritative and additional responses for the current
|
|
query to the DNS log. It can cause severe overhead due to the need
|
|
for all authoritative and additional responses to have events generated.
|
|
This script is not recommended for use on heavily loaded links.
|
|
|
|
:Namespace: DNS
|
|
:Imports: :doc:`base/protocols/dns/main.bro </scripts/base/protocols/dns/main.bro>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
================================================================ =
|
|
:bro:type:`DNS::Info`: :bro:type:`record`
|
|
:bro:id:`dns_skip_all_addl`: :bro:type:`bool` :bro:attr:`&redef`
|
|
:bro:id:`dns_skip_all_auth`: :bro:type:`bool` :bro:attr:`&redef`
|
|
================================================================ =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|