File: control

package info (click to toggle)
daemonlogger 1.2.1-8
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 676 kB
  • sloc: ansic: 3,516; sh: 3,036; makefile: 18
file content (22 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: daemonlogger
Section: net
Priority: optional
Maintainer: Chris Taylor <ctaylor@debian.org>
Homepage: http://www.snort.org/users/roesch/Site/Daemonlogger/Daemonlogger.html
Build-Depends: debhelper (>= 9), libpcap-dev, libdumbnet-dev, autoconf, autotools-dev, automake
Standards-Version: 3.9.4

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.