mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +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.
41 lines
918 B
ReStructuredText
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.
|
|
|
|
|
|
|