mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
6b38a92024
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.
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
--- snortsnarf.pl.orig Sun Jul 29 16:53:40 2001
|
|
+++ snortsnarf.pl Sun Jul 29 16:56:20 2001
|
|
@@ -199,7 +199,7 @@
|
|
|
|
# Version control info: $Id: snortsnarf.pl,v 1.16 2000/06/14 18:40:45 jim Exp $
|
|
|
|
-use lib qw(./include);
|
|
+use lib qw(%LOCALBASE%/libdata/snortsnarf/);
|
|
use Cwd;
|
|
|
|
# avoid needing to refer to SnortSnarf packages as SnortSnarf::*, even if
|