DaemonLogger provides simple packet logging and a soft tap daemon. It has two runtime modes: 1) It sniffs packets and spools them straight to the disk and can daemonize itself for background packet logging. 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.
DaemonLogger provides simple packet logging and a soft tap daemon. It has two runtime modes: 1) It sniffs packets and spools them straight to the disk and can daemonize itself for background packet logging. 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.
To install daemonlogger, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install daemonlogger
To see what files were installed by daemonlogger, run:
port contents daemonlogger
To later upgrade daemonlogger, run:
sudo port selfupdate && sudo port upgrade daemonlogger
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.