summaryrefslogtreecommitdiff
path: root/net/iplog/PLIST
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2003-04-06 11:06:04 +0000
committerhubertf <hubertf@pkgsrc.org>2003-04-06 11:06:04 +0000
commit344fc0b4e93a958ec28e964ed9ec669bec9c065d (patch)
tree02a3414915f487d2e005353a557fb0d86f2997dc /net/iplog/PLIST
parent863bfbfd2168b4b2a2d8e2cf3676c5a4f97b905a (diff)
downloadpkgsrc-344fc0b4e93a958ec28e964ed9ec669bec9c065d.tar.gz
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
Diffstat (limited to 'net/iplog/PLIST')
-rw-r--r--net/iplog/PLIST6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/iplog/PLIST b/net/iplog/PLIST
new file mode 100644
index 00000000000..6e7bf06afaf
--- /dev/null
+++ b/net/iplog/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/06 11:06:04 hubertf Exp $
+man/man5/iplog.conf.5
+man/man8/iplog.8
+sbin/iplog
+etc/rc.d/iplog
+etc/iplog.conf.sample