Add README files for most Bro frameworks

The text from these README files appears on the "Bro Script Packages"
page after building the documentation.  The text for these was mostly just
copied from the existing docs.
This commit is contained in:
Daniel Thayer 2013-10-11 00:19:37 -05:00
parent 50aca717d0
commit 60b2c5f1fe
13 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,3 @@
The control framework provides the foundation for providing "commands"
that can be taken remotely at runtime to modify a running Bro instance
or collect information from the running instance.