Import iplog-2.2.3: Iplog is a tool using pcap to log ip traffic

iplog is a TCP/IP traffic logger.  Currently, it is capable of logging
TCP, UDP and ICMP traffic.  Adding support for other protocols
should be relatively easy.

iplog's capabilities include the ability to detect TCP port
scans, TCP null scans, FIN scans, UDP and ICMP "smurf" attacks,
bogus TCP flags (used by scanners to detect the operating system in use),
TCP SYN scans, TCP "Xmas" scans, ICMP ping floods, UDP scans, and IP
fragment attacks.

iplog is able to run in promiscuous mode and monitor traffic to all hosts
on a network.

iplog uses libpcap to read data from the network and can be ported
to any system that supports pthreads and on which libpcap will function.

Submitted by Martin Mersberger <gremlin@portal-to-web.de> in PR 20887
This commit is contained in:
hubertf 2003-04-06 11:07:56 +00:00
parent 37b1e3e84b
commit d7585c0731

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.1850 2003/04/06 11:07:22 rh Exp $
$NetBSD: CHANGES,v 1.1851 2003/04/06 11:07:56 hubertf Exp $
Changes to the packages collection and infrastructure in 2003:
@ -1470,3 +1470,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated xjed to 0.99.16 [wiz 2003-04-05]
Added xvidcore-0.9.1 [rh 2003-04-06]
Added xine-lib-1.0rc9 [rh 2003-04-06]
Added iplog-2.2.3 [hubertf 2003-04-06]