diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 03:10:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 03:10:32 +0000 |
commit | ffb5b2189aa04cc4262cfb8991314151d7aff333 (patch) | |
tree | a53bde8d860068b41b3fe9c4094cbced5b5fa449 /net/libnids/pkg-descr | |
parent | 07e10dcc32a8bc355951282c79dc4c7cdf88baa7 (diff) |
Notes
Diffstat (limited to 'net/libnids/pkg-descr')
-rw-r--r-- | net/libnids/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/libnids/pkg-descr b/net/libnids/pkg-descr new file mode 100644 index 000000000000..ea7ea4d94f4e --- /dev/null +++ b/net/libnids/pkg-descr @@ -0,0 +1,11 @@ +Libnids is a library that provides the function of one of the NIDS +(Network Intrusion Detection System) components, namely E-component. The +libnids code watches all local network traffic, processes received +datagrams a bit, and provides convenient information on them to analyzing +modules. Libnids performs: + +a) assembly of TCP segments into TCP streams +b) IP defragmentation +c) TCP port scan detection + +WWW: http://www.packetfactory.net/libnids/ |