daemonlogger

Capture and log network packets with soft tap daemon support.

brewmacoslinux
Try with needOr install directly
Source

About

Network packet logger and soft tap daemon

Commands

daemonlogger

Examples

capture network packets to a file$ daemonlogger -i eth0 -o packets.log
log traffic from a specific network interface$ daemonlogger -i wlan0 -l /var/log/daemonlogger.log
run as daemon and capture packets in background$ daemonlogger -i eth0 -d -o /var/log/packets.log
filter and capture only TCP traffic$ daemonlogger -i eth0 -f 'tcp' -o tcp_packets.log
capture packets and apply soft tap for network monitoring$ daemonlogger -i eth0 -t tap0 -o /var/log/network.log