GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Snort::Parser::Rule(3) User Contributed Perl Documentation Snort::Parser::Rule(3)

Net::Snort::Parser::Rule - Perl interface to parsing snort rules

use Net::Snort::Parser::Rule;

my $parser = Net::Snort::Parser::Rule->new(); my $rule = $parser->parse_rule($ruletext);

Net::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.

This module does not handle multiline rules. That should be handled before passing the rule to the parser.

Brian Caswell <bmc@shmoo.com>

Report bugs to <bmc@shmoo.com>

Thanks to The Honeynet Project

Copyright (c) 2003 Brian Caswell <bmc@shmoo.com>

snort(8)
2007-09-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.