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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: wipl
Section: net
Priority: optional
Maintainer: Carlo Contavalli <ccontavalli@debian.org>
Build-Depends: debhelper (>= 4.1.16), libpcap-dev, bison|byacc, flex
Standards-Version: 3.6.1
Package: wipl-daemon
Architecture: any
Depends: wipl-client-standard (= ${RELUP}) | wipl-client-exec (= ${RELUP}), ${shlibs:Depends}, debconf
Recommends: netbase
Description: A daemon to maintain statistics on network usage
This package contains the wipld daemon, a daemon used to maintain statistics
based on packets seen by a network card.
.
The wipld daemon creates a shared memory area containig a table which maps
any MAC or IP address seen on the local network with a user specified number
of counters. This area is than made accessible to any of the wipld clients.
.
It can be used to produce many different kind of statistics about network
usage by clients.
Package: wipl-client-exec
Architecture: any
Depends: wipl-daemon (= ${RELUP}), ${shlibs:Depends}
Suggests: wipl-client-standard
Description: A client for wipl-daemon able to modify the available counters
This package contains the wiplcExec client, the only client for wipld able
to modify, print or remove counters while the daemon is running.
Package: wipl-client-standard
Architecture: any
Depends: wipl-daemon (= ${RELUP}), ${shlibs:Depends}
Suggests: wipl-client-exec
Description: The standard client for wipl-daemon to display statistics
This package contains the standard clients for the wipld daemon (wiplc and
wiplcSimple), able to display the collected statistics.
Package: wipl-client-inetd
Architecture: any
Depends: wipl-daemon (= ${RELUP}), netkit-inetd, netbase (>= 4.08), debconf, ${shlibs:Depends}
Suggests: wipl-client-java, wipl-client-standard
Description: A client for wipl-daemon, run from inetd
This package contains a client for the wipld daemon that listens on a port
by means of inetd. The purpose of wipl-client-inetd is thus to provide
access to the wipld locally generated statistics to remote clients.
.
Actually, the only client able to connect from a remote machine is
wipl-client-java.
Package: wipl-client-java
Architecture: all
Depends: debconf, wipl-client-inetd (= ${RELUP})
Suggests: apache | httpd
Description: A client for wipl-daemon, usable through a web interface
This package contains a .jar file containing a java client usable
by any java-enabled browser in order to look at statistics generated
by a remote wipl-daemon.
|