summaryrefslogtreecommitdiff
path: root/net/libnids/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'net/libnids/pkg')
-rw-r--r--net/libnids/pkg/COMMENT1
-rw-r--r--net/libnids/pkg/DESCR11
-rw-r--r--net/libnids/pkg/PLIST2
3 files changed, 14 insertions, 0 deletions
diff --git a/net/libnids/pkg/COMMENT b/net/libnids/pkg/COMMENT
new file mode 100644
index 00000000000..c74f7b37670
--- /dev/null
+++ b/net/libnids/pkg/COMMENT
@@ -0,0 +1 @@
+Network monitoring library with TCP/IP reassembly
diff --git a/net/libnids/pkg/DESCR b/net/libnids/pkg/DESCR
new file mode 100644
index 00000000000..ea7ea4d94f4
--- /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/
diff --git a/net/libnids/pkg/PLIST b/net/libnids/pkg/PLIST
new file mode 100644
index 00000000000..529223a735f
--- /dev/null
+++ b/net/libnids/pkg/PLIST
@@ -0,0 +1,2 @@
+include/nids.h
+lib/libnids.a