Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Oct 29, 2015
1 parent cbd0354 commit 2853fa1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
30 changes: 26 additions & 4 deletions README.rst
Expand Up @@ -8,8 +8,7 @@ Features
--------

- Snort/Suricata unified2 log file reading.
- Continuous unified2 directory spool reading with bookmarking (a'la
Barnyard2).
- Continuous unified2 directory spool reading with bookmarking.
- Parser and mapping for classification.config.
- Parser and mapping for gen-msg.map and sid-msg.map.
- Useful utility programs.
Expand All @@ -32,6 +31,28 @@ Requirements
- Python 2.6 may work, but is not as well tested.
- Currently only tested on Linux.

Installation
------------

Latest Release (Recommended)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

pip install idstools

Latest from Git
~~~~~~~~~~~~~~~

pip install https://github.com/jasonish/py-idstools/archive/master.zip

Manually
~~~~~~~~

The tools do not require installation to be used, from a .tar.gz or
.zip archive the tools can be run directly from the bin directory. Or
to install:

python setup.py install

Examples
--------

Expand Down Expand Up @@ -59,11 +80,12 @@ Further documentation is located at http://idstools.readthedocs.org.
Changelog
---------

Not yet released
~~~~~~~~~~~~~~~~
0.5.1
~~~~~

- New tool: eve2pcap. Converts packets and payloads found in Suricata
EVE logs to pcap files.
- Rule parser: handle multi-line rules.

0.5.0
~~~~~
Expand Down
2 changes: 1 addition & 1 deletion idstools/__init__.py
@@ -1 +1 @@
version = "0.5.1-dev.1"
version = "0.5.1"

0 comments on commit 2853fa1

Please sign in to comment.