COMMENT= packet logger and soft tap This is a libpcap-based program. It has two runtime modes:
1) It sniffs packets and spools them straight to the disk and can daemonize itself for background packet logging. By default the file rolls over when 1 GB of data is logged. 2) It sniffs packets and rewrites them to a second interface, essentially acting as a soft tap. It can also do this in daemon mode. These two runtime modes are mutually exclusive, if the program is placed in tap mode (using the -I switch) then logging to disk is disabled. http://secure.lv/~nikns/stuff/ports/daemonlogger-1.0.1.tar ----- # daemonlogger -i msk0 -s `expr 1024 \* 1024` -l /tmp/logs/ [-] Interface set to msk0 [-] Rollover size set to 1048576 bytes [-] Logpath set to /tmp/logs/ -*> DaemonLogger <*- Version 1.0.1 By Martin Roesch (C) Copyright 2006-2007 Sourcefire Inc., All rights reserved sniffing on interface msk0 Logging packets to /tmp/logs//daemonlogger.pcap.1194876457 Rolling over logfile... Logging packets to /tmp/logs//daemonlogger.pcap.1194876569 Rolling over logfile... Logging packets to /tmp/logs//daemonlogger.pcap.1194876674
daemonlogger-1.0.1.tar
Description: Unix tar archive