http://www.snort.org/dl/contrib/data_analysis/snortsnarf/
Usage:
perl -w \snortsnarf.pl -d
Installation errors
Can't call method "first_last" on an undefined value at include/SnortSnarf/HTMLMemStorage.pm line 220.
Add in
snortsnarf.pl
the lineuse lib qw(./include/SnortSnarf);
bellow the line
use lib qw(./include);
Using an array as a reference is deprecated at include/SnortSnarf/HTMLMemStorage.pm line 290.
Replace
@
with $$
in line 290 of include/SnortSnarf/HTMLMemStorage.pm
Using an array as a reference is deprecated at include/SnortSnarf/HTMLAnomMemStorage.pm line 266.
ditto
No comments:
Post a Comment