wok diff libnids/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libnids/description.txt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +Libnids is a library that provides a functionality of one of NIDS 
     1.5 +(Network Intrusion Detection System) components, namely E-component.
     1.6 +It means that libnids code watches all local network traffic, cooks
     1.7 +received datagrams a bit (quite a bit ;)), and provides convenient
     1.8 +information on them to analyzing modules of NIDS.
     1.9 +
    1.10 +Libnids performs:
    1.11 +a) assembly of TCP segments into TCP streams
    1.12 +b) IP defragmentation
    1.13 +c) TCP port scan detection