mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +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
14
doc/scripts/policy/protocols/smb/__load__.bro.rst
Normal file
14
doc/scripts/policy/protocols/smb/__load__.bro.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
:tocdepth: 3
|
||||
|
||||
policy/protocols/smb/__load__.bro
|
||||
=================================
|
||||
|
||||
|
||||
:Imports: :doc:`base/protocols/smb </scripts/base/protocols/smb/index>`
|
||||
|
||||
Summary
|
||||
~~~~~~~
|
||||
|
||||
Detailed Interface
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
14
doc/scripts/policy/protocols/smb/index.rst
Normal file
14
doc/scripts/policy/protocols/smb/index.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
:orphan:
|
||||
|
||||
Package: policy/protocols/smb
|
||||
=============================
|
||||
|
||||
|
||||
:doc:`/scripts/policy/protocols/smb/log-cmds.bro`
|
||||
|
||||
Load this script to generate an SMB command log, smb_cmd.log.
|
||||
This is primarily useful for debugging.
|
||||
|
||||
:doc:`/scripts/policy/protocols/smb/__load__.bro`
|
||||
|
||||
|
46
doc/scripts/policy/protocols/smb/log-cmds.bro.rst
Normal file
46
doc/scripts/policy/protocols/smb/log-cmds.bro.rst
Normal file
|
@ -0,0 +1,46 @@
|
|||
:tocdepth: 3
|
||||
|
||||
policy/protocols/smb/log-cmds.bro
|
||||
=================================
|
||||
.. bro:namespace:: SMB
|
||||
|
||||
Load this script to generate an SMB command log, smb_cmd.log.
|
||||
This is primarily useful for debugging.
|
||||
|
||||
:Namespace: SMB
|
||||
:Imports: :doc:`base/protocols/smb </scripts/base/protocols/smb/index>`
|
||||
|
||||
Summary
|
||||
~~~~~~~
|
||||
Runtime Options
|
||||
###############
|
||||
=========================================================================== ====================================================
|
||||
:bro:id:`SMB::ignored_command_statuses`: :bro:type:`set` :bro:attr:`&redef` The server response statuses which are *not* logged.
|
||||
=========================================================================== ====================================================
|
||||
|
||||
Redefinitions
|
||||
#############
|
||||
===================================== =
|
||||
:bro:type:`Log::ID`: :bro:type:`enum`
|
||||
===================================== =
|
||||
|
||||
|
||||
Detailed Interface
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
Runtime Options
|
||||
###############
|
||||
.. bro:id:: SMB::ignored_command_statuses
|
||||
|
||||
:Type: :bro:type:`set` [:bro:type:`string`]
|
||||
:Attributes: :bro:attr:`&redef`
|
||||
:Default:
|
||||
|
||||
::
|
||||
|
||||
{
|
||||
"MORE_PROCESSING_REQUIRED"
|
||||
}
|
||||
|
||||
The server response statuses which are *not* logged.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue