~ubuntu-branches/ubuntu/karmic/tcpspy/karmic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Pablo Lorenzzoni
  • Date: 2002-01-25 00:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20020125000000-acrs0yl4g2xchacd
Tags: 1.7d-1
* Fixes a crash with an empty ruleset.
* Fixes the split rule problem.
* Fixes the /proc/net/tcp incompatibility problem (Closes: #115613).
* The upstream said that he is out of time to release v2.0, so he'll
  get the 1.x series a little far than originally expected.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: tcpspy
 
2
Build-Depends: debhelper, groff, bison, flex, libc6-dev
 
3
Section: net
 
4
Priority: optional
 
5
Maintainer: Pablo Lorenzzoni <spectra@debian.org>
 
6
Standards-Version: 3.5.6.0
 
7
 
 
8
Package: tcpspy
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}
 
11
Description: Incoming and Outgoing TCP/IP connections logger.
 
12
 tcpspy is an administrator's tool that logs information
 
13
 about incoming and outgoing TCP/IP connections. It's
 
14
 written in C and uses no libpcap functions, unlike tcpdump.
 
15
 .
 
16
 Connections are selected for logging with rules, similarly
 
17
 to the filter expressions accepted by tcpdump. The
 
18
 following information is logged: username, local address
 
19
 and port, remote address and port, and, optionally, the
 
20
 executable filename.
 
21
 .
 
22
 At present, only the IPv4 protocol is supported.