zeek/doc/scripts/policy/misc/loaded-scripts.bro.rst
Jon Siwek 7e9d48f532 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.
2018-12-18 10:15:22 -06:00

41 lines
918 B
ReStructuredText

:tocdepth: 3
policy/misc/loaded-scripts.bro
==============================
.. bro:namespace:: LoadedScripts
Log the loaded scripts.
:Namespace: LoadedScripts
:Imports: :doc:`base/utils/paths.bro </scripts/base/utils/paths.bro>`
Summary
~~~~~~~
Types
#####
=================================================== =
:bro:type:`LoadedScripts::Info`: :bro:type:`record`
=================================================== =
Redefinitions
#############
===================================== =
:bro:type:`Log::ID`: :bro:type:`enum`
===================================== =
Detailed Interface
~~~~~~~~~~~~~~~~~~
Types
#####
.. bro:type:: LoadedScripts::Info
:Type: :bro:type:`record`
name: :bro:type:`string` :bro:attr:`&log`
Name of the script loaded potentially with spaces included
before the file name to indicate load depth. The convention
is two spaces per level of depth.