1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: daemonlogger
Section: net
Priority: optional
Maintainer: Chris Taylor <ctaylor@debian.org>
Homepage: https://github.com/Cisco-Talos/Daemonlogger
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), libpcap0.8-dev, libdumbnet-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/salvage-team/daemonlogger
Vcs-Git: https://salsa.debian.org/salvage-team/daemonlogger.git
Package: daemonlogger
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple network packet logger and soft tap daemon
DaemonLogger is a simple packet logger and soft tap daemon that is
incredibly useful for network security analysts.
.
It is capable of operating in two modes: sniffing packets and
logging them directly to disk (files are automatically rolled over
after a set size), or in a "soft-tap" mode where it mirrors packets
on another interface.
.
Daemonlogger can be run either in the foreground or in the background
as a daemon.
|