pynids 0.5 review
Downloadpynids is a python wrapper for libnids, a Network Intrusion Detection System library offering sniffing, IP defragmentation, TCP strea
|
|
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 search tags