mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
14 lines
600 B
ReStructuredText
14 lines
600 B
ReStructuredText
.. This is a stub doc to which broxygen appends during the build process
|
|
|
|
.. _script-packages:
|
|
|
|
Bro Script Packages
|
|
===================
|
|
|
|
Bro has the following script packages (e.g. collections of related scripts in
|
|
a common directory). If the package directory contains a ``__load__.bro``
|
|
script, it supports being loaded in mass as a whole directory for convenience.
|
|
|
|
Packages/scripts in the ``base/`` directory are all loaded by default, while
|
|
ones in ``policy/`` provide functionality and customization options that are
|
|
more appropriate for users to decide whether they'd like to load it or not.
|