Add more script package README files

The text from these README files appears on the "Bro Script Packages"
page after building the documentation.
This commit is contained in:
Daniel Thayer 2013-10-22 14:44:59 -05:00
parent 181f180374
commit 1b26c05c2c
5 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,4 @@
The notice framework enables Bro to "notice" things which are odd or
potentially bad, leaving it to the local configuration to define which
of them are actionable. This decoupling of detection and reporting allows
Bro to be customized to the different needs that sites have.