forked from Lainports/freebsd-ports
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.
11 lines
353 B
Text
11 lines
353 B
Text
--- 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
|