mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

I'm merging in the documentation branch to avoid that it keeps getting out of sync. We still need to work on this a bit more, I'll summarize in a mail. * origin/topic/documentation: (68 commits) Going over initial parts of the scripting overview. Adding lines in scripting/index.txt. No other change. Updating submodule. Pass over the Using Bro section. Applying doc updates from BIT-1063. (Anthony Verez) Breaking lines in using/*. More doc reorg, and a light pass over the first 3 sections. Starting to put a new structure in place. Updating submodule(s). Updating submodule(s). Adding some temporary testing/demonstration to front page. Switching btest to topic/robin/parts branch. Basic cross-referencing UIDs between files, btests, and baselines. A truly embarassing number of spelling corrections. Using redirection with bro-cut. Include initial btests for this document. Corrected a mis-typed RST include. Initial start for "Using Bro". Spelling corrections. Include Notice Policy shortcuts in the Scripting User Manual. Notice::policy hooks and tests. ... Conflicts: src/3rdparty
28 lines
1.1 KiB
ReStructuredText
28 lines
1.1 KiB
ReStructuredText
|
|
=============
|
|
Subcomponents
|
|
=============
|
|
|
|
The following are snapshots of documentation for components that come
|
|
with this version of Bro (|version|). Since they can also be used
|
|
independently, see the `download page
|
|
<http://bro.org/download/index.html>`_ for documentation of any
|
|
current, independent component releases.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
BinPAC - A protocol parser generator <binpac/README>
|
|
Broccoli - The Bro Client Communication Library (README) <broccoli/README>
|
|
Broccoli - User Manual <broccoli/broccoli-manual>
|
|
Broccoli Python Bindings <broccoli-python/README>
|
|
Broccoli Ruby Bindings <broccoli-ruby/README>
|
|
BroControl - Interactive Bro management shell <broctl/README>
|
|
Bro-Aux - Small auxiliary tools for Bro <bro-aux/README>
|
|
BTest - A unit testing framework <btest/README>
|
|
Capstats - Command-line packet statistic tool <capstats/README>
|
|
PySubnetTree - Python module for CIDR lookups<pysubnettree/README>
|
|
trace-summary - Script for generating break-downs of network traffic <trace-summary/README>
|
|
|
|
The `Broccoli API Reference <broccoli-api/index.html>`_ may also be of
|
|
interest.
|