![]() |
![]()
| ![]() |
![]()
NAMENet::Snort::Parser::Rule - Perl interface to parsing snort rules SYNOPSISuse Net::Snort::Parser::Rule; my $parser = Net::Snort::Parser::Rule->new(); my $rule = $parser->parse_rule($ruletext); DESCRIPTIONNet::Snort::Parser::File is a module that provides a mechanism for parsing snort rules, handling most of the "isms" that the snort parser forces on application developers. Programmers that use this module should be familar with the snort rules format, since many requirements of the rules language are implied by this module. NOTESThis module does not handle multiline rules. That should be handled before passing the rule to the parser. AUTHORBrian Caswell <bmc@shmoo.com> REPORTING BUGSReport bugs to <bmc@shmoo.com> THANKSThanks to The Honeynet Project COPYRIGHTCopyright (c) 2003 Brian Caswell <bmc@shmoo.com> SEE ALSOsnort(8)
|