diff options
author | kris <kris@FreeBSD.org> | 2001-07-30 08:24:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-07-30 08:24:02 +0800 |
commit | 4a2724faa4b980da9626061581a77c01ce2a9cb0 (patch) | |
tree | e7c790c68508b675e225f2cba7ffa26dd65ec248 /security/Makefile | |
parent | 8ce1124ff27d2b34c957e68abbf5f6480f2a1ba1 (diff) | |
download | freebsd-ports-gnome-4a2724faa4b980da9626061581a77c01ce2a9cb0.tar.gz freebsd-ports-gnome-4a2724faa4b980da9626061581a77c01ce2a9cb0.tar.zst freebsd-ports-gnome-4a2724faa4b980da9626061581a77c01ce2a9cb0.zip |
Add snortsnarf-010523 (version numbering changed from the vendor scheme of
MMDDYY to make it monotonic). This is a utility for generating a set of
HTML reports/summaries based on snort alert files.
At the moment we only enable the HTML generation features. There are other
features such as the ability to annotate incidents in the report which
are not currently enabled.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d66bdd6d8383..556826314eb7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -167,6 +167,7 @@ SUBDIR += sniff SUBDIR += snort SUBDIR += snort-rep + SUBDIR += snortsnarf SUBDIR += srm SUBDIR += srp SUBDIR += ssh |