summaryrefslogtreecommitdiff
path: root/net/iplog/files
AgeCommit message (Collapse)AuthorFilesLines
2003-07-30Convert to use the bsd.pkg.install.mk framework:jmmv1-4/+3
- Install sample file in the examples directory. - Honour PKG_SYSCONFDIR properly. - Use RCD_SCRIPTS to handle the rc.d script. As a result, bump PKGREVISION to 2.
2003-04-06Import iplog-2.2.3: Iplog is a tool using pcap to log ip traffichubertf1-0/+17
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