summaryrefslogtreecommitdiff
path: root/debian/control
blob: 70c45fbb96e8c9e04fe1a2d3ac54b469e028b1ff (plain)
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: conntrack
Section: net
Priority: optional
Maintainer: netfilter maintainers <netfilter-maintainers@ned.snow-crash.org>
Uploaders: Max Kellermann <max@duempel.org>, Alexander Wirt <formorer@debian.org>
Homepage: http://people.netfilter.org/pablo/conntrack-tools/
Build-Depends: debhelper (>= 5), libnfnetlink-dev (>= 0.0.33),
 libnetfilter-conntrack-dev (>= 0.0.94), bison, flex 
Standards-Version: 3.7.3

Package: conntrack
Architecture: any
Depends: ${shlibs:Depends}
Description: Program to modify the conntrack tables
 conntrack is a userspace command line program targeted at system
 administrators. It enables them to view and manage the in-kernel
 connection tracking state table.

Package: conntrackd
Architecture: any
Depends: ${shlibs:Depends}
Description: Connection tracking daemon
 Conntrackd can replicate the status of the connections that are
 currently being processed by your stateful firewall based on Linux.
 Conntrackd can also run as statistics daemon.