2003-10-29 19:47:01 -05:00
|
|
|
Libnids is a library that provides a functionality of one of NIDS
|
2000-07-13 03:09:30 -04:00
|
|
|
(Network Intrusion Detection System) components, namely E-component. It means
|
|
|
|
that libnids code watches all local network traffic, cooks received datagrams
|
2003-02-25 22:25:12 -05:00
|
|
|
a bit (quite a bit ;)), and provides convenient information on them to
|
1999-11-13 15:22:17 -05:00
|
|
|
analyzing modules of NIDS. Libnids performs:
|
2003-10-29 19:47:01 -05:00
|
|
|
a) assembly of TCP segments into TCP streams
|
|
|
|
b) IP defragmentation
|
|
|
|
c) TCP port scan detection
|