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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: ulogd
Section: net
Priority: optional
Maintainer: Joerg Wendland <joergland@debian.org>
Build-Depends: debhelper (>> 4.1.0), libmysqlclient-dev, postgresql-dev, libpcap-dev, cdbs
Standards-Version: 3.6.1
Package: ulogd
Architecture: any
Depends: ${shlibs:Depends}
Description: The Netfilter Userspace Logging Daemon
ulogd is a daemon that listens for Netlink packets generated by iptables's
ULOG target. Basically, it's a replacement for syslog for logging packets,
and does a much better job - it logs to files, mySQL, PostgreSQL and soon
will be able to log remotely.
.
mySQL and PostgreSQL support is in separate packages, called ulogd-mysql
and ulogd-pgsql respectively.
.
ulogd homepage: http://www.gnumonks.org/projects/ulogd
Package: ulogd-mysql
Architecture: any
Depends: ulogd (= ${Source-Version}), ${shlibs:Depends}
Description: mySQL extension to ulogd
This module adds mySQL support to ulogd. You can log into a mySQL database
if you have it installed.
Package: ulogd-pgsql
Architecture: any
Depends: ulogd (= ${Source-Version}), ${shlibs:Depends}
Description: PostgreSQL extension to ulogd
This module adds PostgreSQL support to ulogd. You can log into a PostgreSQL
database if you have it installed.
Package: ulogd-pcap
Architecture: any
Depends: ulogd (= ${Source-Version}), ${shlibs:Depends}
Description: pcap extension to ulogd
This module adds a plugin to ulogd, that allows to log to a pcap format
file. You can then use this file with other tools that use pcap like
tcpdump or ethereal.
|