mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Remove broxygen Sphinx integration
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.
This commit is contained in:
parent
9e5e9d04b7
commit
7e9d48f532
549 changed files with 89909 additions and 100 deletions
28
doc/scripts/policy/protocols/dns/auth-addl.bro.rst
Normal file
28
doc/scripts/policy/protocols/dns/auth-addl.bro.rst
Normal file
|
@ -0,0 +1,28 @@
|
|||
: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
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
:tocdepth: 3
|
||||
|
||||
policy/protocols/dns/detect-external-names.bro
|
||||
==============================================
|
||||
.. bro:namespace:: DNS
|
||||
|
||||
This script detects names which are not within zones considered to be
|
||||
local but resolving to addresses considered local.
|
||||
The :bro:id:`Site::local_zones` variable **must** be set appropriately for
|
||||
this detection.
|
||||
|
||||
:Namespace: DNS
|
||||
:Imports: :doc:`base/frameworks/notice </scripts/base/frameworks/notice/index>`, :doc:`base/utils/site.bro </scripts/base/utils/site.bro>`
|
||||
|
||||
Summary
|
||||
~~~~~~~
|
||||
Redefinitions
|
||||
#############
|
||||
========================================== =
|
||||
:bro:type:`Notice::Type`: :bro:type:`enum`
|
||||
========================================== =
|
||||
|
||||
|
||||
Detailed Interface
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue