mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
parent
8a6e7e8036
commit
72a4a90416
10 changed files with 14 additions and 0 deletions
1
scripts/base/files/extract/README
Normal file
1
scripts/base/files/extract/README
Normal file
|
@ -0,0 +1 @@
|
|||
Support for extracing files with the file analysis framework.
|
1
scripts/base/files/hash/README
Normal file
1
scripts/base/files/hash/README
Normal file
|
@ -0,0 +1 @@
|
|||
Support for file hashes with the file analysis framework.
|
1
scripts/base/files/unified2/README
Normal file
1
scripts/base/files/unified2/README
Normal file
|
@ -0,0 +1 @@
|
|||
Support for Unified2 files in the file analysis framework.
|
1
scripts/base/frameworks/logging/postprocessors/README
Normal file
1
scripts/base/frameworks/logging/postprocessors/README
Normal file
|
@ -0,0 +1 @@
|
|||
Support for postprocessors in the logging framework.
|
2
scripts/base/frameworks/reporter/README
Normal file
2
scripts/base/frameworks/reporter/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
This framework is intended to create an output and filtering path for
|
||||
internally generated messages/warnings/errors.
|
4
scripts/base/frameworks/signatures/README
Normal file
4
scripts/base/frameworks/signatures/README
Normal file
|
@ -0,0 +1,4 @@
|
|||
The signature framework provides for doing low-level pattern matching. While
|
||||
signatures are not Bro's preferred detection tool, they sometimes come in
|
||||
handy and are closer to what many people are familiar with from using
|
||||
other NIDS.
|
1
scripts/base/frameworks/sumstats/plugins/README
Normal file
1
scripts/base/frameworks/sumstats/plugins/README
Normal file
|
@ -0,0 +1 @@
|
|||
Plugins for the summary statistics framework.
|
1
scripts/policy/frameworks/intel/seen/README
Normal file
1
scripts/policy/frameworks/intel/seen/README
Normal file
|
@ -0,0 +1 @@
|
|||
Scripts that send data to the intelligence framework.
|
1
scripts/policy/misc/app-stats/plugins/README
Normal file
1
scripts/policy/misc/app-stats/plugins/README
Normal file
|
@ -0,0 +1 @@
|
|||
Plugins for AppStats.
|
1
scripts/policy/tuning/README
Normal file
1
scripts/policy/tuning/README
Normal file
|
@ -0,0 +1 @@
|
|||
Miscellaneous tuning parameters.
|
Loading…
Add table
Add a link
Reference in a new issue