Net::Snort::Parser::File - a module for handling the parsing of snort files
use Net::Snort::Parser::File; my (@lines) = parse_file('snort.conf');
Net::Snort::Parser::File is a module that provides a simple mechanism for
handling the include statements that snort supports.
This module does not handle multiline statements. It should.
Brian Caswell <bmc@shmoo.com>
Report bugs to <bmc@shmoo.com>
Thanks to The Honeynet Project
Copyright (c) 2003 Brian Caswell
The latest version of this library is likely to be available from CPAN as well
as:
http://www.shmoo.com/~bmc/software/snortconfig/