Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 1bdb8170aa546fe428fddf6dae3dc426 > files > 6

perl-Net-Snort-Parser-1.36-7.mga4.noarch.rpm

          Net::Snort::Parse - A collection of perl modules for parsing
                           Snort configuration files

These modules provide a basis for parsing snort configuration files and rules,
allow tools to be built that muck with rulesets with less effort.  An example
tool, snortconfig, is included.   snortconfig was the reason these modules 
were built.

snortconfig is a rules modification system for snort that is generated from a 
configuration file.  This allows a user to keep their ruleset updated without 
too much of a headache.  

Documentation for the modules and snortconfig are embedded in the files.

    Net::Snort::Parse::File - configuration file parser
        - for parsing snort.conf
    Net::Snort::Parse::Rule - rule parser
        - for parsing individual rules
    snortconfig
        - an example application that uses these modules

Copyright (C) 2003 Brian Caswell <bmc@shmoo.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
   This product includes software developed by Brian Caswell.
4. The name of the author may not be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.