Net::Snort::Parser::File

Langue: en

Version: 2006-11-02 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Net::Snort::Parser::File - a module for handling the parsing of snort files

SYNOPSIS

use Net::Snort::Parser::File; my (@lines) = parse_file('snort.conf');

DESCRIPTION

Net::Snort::Parser::File is a module that provides a simple mechanism for handling the include statements that snort supports.

NOTES

This module does not handle multiline statements. It should.

AUTHOR

Brian Caswell <bmc@shmoo.com>

REPORTING BUGS

Report bugs to <bmc@shmoo.com>

THANKS

Thanks to The Honeynet Project Copyright (c) 2003 Brian Caswell

AVAILABILITY

The latest version of this library is likely to be available from CPAN as well as:

http://www.shmoo.com/~bmc/software/snortconfig/

SEE ALSO

snort(8)