pynids 0.5 review

Download
by rbytes.net on

pynids is a python wrapper for libnids, a Network Intrusion Detection System library offering sniffing, IP defragmentation, TCP strea

License: GPL (GNU General Public License)
File size: 133K
Developer: Michael J. Pomraning
0 stars award from rbytes.net

pynids is a python wrapper for libnids, a Network Intrusion Detection System library offering sniffing, IP defragmentation, TCP stream reassembly and TCP port scan detection. Let your own python routines examine (or kill) network links.

pynids is free software, licensed under the GPL.

To install follow these commands:
cd ~/tmp
tar czf pynids-VERSION.tar.gz
cd pynids-VERSION
python setup.py build
python setup.py install

What's New in This Release:
documented nids.param() variables.
documented TcpStream and HalfStream methods and members in module docstring.
added 'Prerequisites' to README.

pynids 0.5 keywords