From 1b26c05c2cf1788ceec3043bf14a53670be79ab0 Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Tue, 22 Oct 2013 14:44:59 -0500 Subject: [PATCH] Add more script package README files The text from these README files appears on the "Bro Script Packages" page after building the documentation. --- scripts/base/frameworks/notice/README | 4 ++++ scripts/policy/integration/barnyard2/README | 1 + scripts/policy/misc/app-stats/README | 1 + scripts/policy/misc/detect-traceroute/README | 1 + scripts/policy/tuning/defaults/README | 2 ++ 5 files changed, 9 insertions(+) create mode 100644 scripts/base/frameworks/notice/README create mode 100644 scripts/policy/integration/barnyard2/README create mode 100644 scripts/policy/misc/app-stats/README create mode 100644 scripts/policy/misc/detect-traceroute/README create mode 100644 scripts/policy/tuning/defaults/README diff --git a/scripts/base/frameworks/notice/README b/scripts/base/frameworks/notice/README new file mode 100644 index 0000000000..c46a8a7e5c --- /dev/null +++ b/scripts/base/frameworks/notice/README @@ -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. diff --git a/scripts/policy/integration/barnyard2/README b/scripts/policy/integration/barnyard2/README new file mode 100644 index 0000000000..a792668397 --- /dev/null +++ b/scripts/policy/integration/barnyard2/README @@ -0,0 +1 @@ +Integration with Barnyard2. diff --git a/scripts/policy/misc/app-stats/README b/scripts/policy/misc/app-stats/README new file mode 100644 index 0000000000..a0fe433cc8 --- /dev/null +++ b/scripts/policy/misc/app-stats/README @@ -0,0 +1 @@ +AppStats collects information about web applications in use on the network. diff --git a/scripts/policy/misc/detect-traceroute/README b/scripts/policy/misc/detect-traceroute/README new file mode 100644 index 0000000000..f3d9abf634 --- /dev/null +++ b/scripts/policy/misc/detect-traceroute/README @@ -0,0 +1 @@ +Detect hosts that are running traceroute. diff --git a/scripts/policy/tuning/defaults/README b/scripts/policy/tuning/defaults/README new file mode 100644 index 0000000000..d5417588c9 --- /dev/null +++ b/scripts/policy/tuning/defaults/README @@ -0,0 +1,2 @@ +Sets various defaults, and prints warning messages to stdout under +certain conditions.