Net::SnortLog.pm
-=-=-=-=-=-=-
SnortLog is made to work with Snort.  Snort is a packet sniffer/analyzer that
is typically used as a light weight highly configurable Intrusion Detection 
system.  You can probably obtain a copy of snort from:
http://www.clark.net/~roesch/security.html

SnortLog is a perl module designed to make reading and manipulating snort
logs as simple as possible.  This module gives you the ability to gather
all files of a certain type out of the log directory.  It can also parse
these files or alert files into easy to work with data structures that
define tha packet.

For more information on how to use this modules and the data structures
associated with it please read the man file for Net::SnortLog

COPYRIGHT
---------
This module is copyrighted under the GNU GPL by Craig Smith (May 2000). 
(See COPYING)

INSTALL
-------

  perl Makefile.PL
  make
  make install

RELEASE NOTES
----------------------------
v0.1	- Initial release.  Parses log direcotry and alert files
	  Initial data structure layout
