mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Starting to put a new structure in place.
I'll go through the various parts next and clean things up for the new structure.
This commit is contained in:
parent
3780cab38b
commit
534d4934b7
13 changed files with 19 additions and 89 deletions
|
@ -268,4 +268,3 @@ rest_target(${psd} site/local-manager.bro)
|
|||
rest_target(${psd} site/local-proxy.bro)
|
||||
rest_target(${psd} site/local-worker.bro)
|
||||
rest_target(${psd} site/local.bro)
|
||||
rest_target(${psd} test-all-policy.bro)
|
||||
|
|
|
@ -7,15 +7,15 @@ Script Reference
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
packages
|
||||
builtins
|
||||
bifs
|
||||
scripts
|
||||
packages
|
||||
internal
|
||||
site/proto-analyzers
|
||||
site/file-analyzers
|
||||
|
||||
Indices
|
||||
=======
|
||||
|
||||
* `Notice Index <bro-noticeindex.html>`_
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.. This is a stub doc to which broxygen appends during the build process
|
||||
|
||||
Index of All Bro 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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue