diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 19:00:31 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:16:34 -0500 |
commit | 122515738d83b372e44d9d4656797775d0a7b017 (patch) | |
tree | f1edb6e7a5d10fd405c1d6130545c17a88ba8fdd /libraries/libnids/README | |
parent | 317dd891f9ee1ad99b4b4f051701397ce777f16f (diff) | |
download | slackbuilds-122515738d83b372e44d9d4656797775d0a7b017.tar.gz |
libraries/libnids: Removed (build failure)
Diffstat (limited to 'libraries/libnids/README')
-rw-r--r-- | libraries/libnids/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/libnids/README b/libraries/libnids/README deleted file mode 100644 index b824366fc2..0000000000 --- a/libraries/libnids/README +++ /dev/null @@ -1,11 +0,0 @@ -Libnids is an implementation of an E-component of Network Intrusion Detection -System. It emulates the IP stack of Linux 2.0.x. Libnids offers IP -defragmentation, TCP stream assembly and TCP port scan detection. The most -valuable feature of libnids is reliability. A number of tests were conducted, -which proved that libnids predicts behaviour of protected Linux hosts as -closely as possible. Libnids is highly configurable in run-time and offers a -convenient interface. Currently it compiles on Linux, *BSD and Solaris. -Using libnids, one has got a convenient access to data carried by a TCP -stream, no matter how artfully obscured by an attacker. - -This requires libnet. |