diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2013-05-17 02:00:55 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2013-05-17 02:00:55 +0000 |
commit | c74634937795101c7d82ffdf0ef706a63a5936ec (patch) | |
tree | 5d254da12f9cd301b68822a0501c3ae629f2fb90 /net/libnids-libnet11 | |
parent | fc2692a47cbcfa9fb99118e9ea8315ff80b8b83d (diff) | |
download | ports-c74634937795101c7d82ffdf0ef706a63a5936ec.tar.gz ports-c74634937795101c7d82ffdf0ef706a63a5936ec.zip |
Notes
Diffstat (limited to 'net/libnids-libnet11')
-rw-r--r-- | net/libnids-libnet11/Makefile | 17 | ||||
-rw-r--r-- | net/libnids-libnet11/pkg-descr | 13 |
2 files changed, 30 insertions, 0 deletions
diff --git a/net/libnids-libnet11/Makefile b/net/libnids-libnet11/Makefile new file mode 100644 index 000000000000..30a92b7871d7 --- /dev/null +++ b/net/libnids-libnet11/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -libnet11 + +COMMENT= Network monitoring library with TCP/IP reassembly using libnet11 + +MASTERDIR= ${.CURDIR}/../libnids + +DESCR= ${.CURDIR}/pkg-descr + +WITH_LIBNET11= yes + +CONFLICTS?= libnids-[0-9]* + +DISTINFO_FILE= ${MASTERDIR}/distinfo + +.include "${MASTERDIR}/Makefile" diff --git a/net/libnids-libnet11/pkg-descr b/net/libnids-libnet11/pkg-descr new file mode 100644 index 000000000000..d82ad8ad56e0 --- /dev/null +++ b/net/libnids-libnet11/pkg-descr @@ -0,0 +1,13 @@ +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 + +This slave port builds with libnet11 by default. + +WWW: http://libnids.sf.net |