File: control

package info (click to toggle)
tcpick 0.2.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 896 kB
  • ctags: 624
  • sloc: ansic: 2,506; sh: 976; makefile: 61
file content (21 lines) | stat: -rw-r--r-- 793 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: tcpick
Section: net
Priority: optional
Maintainer: Cédric Delfosse <cedric@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libpcap0.8-dev
Standards-Version: 3.6.1

Package: tcpick
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: TCP stream sniffer and connection tracker
 This libpcap-based textmode sniffer can:
  * track, reassemble and reorder TCP streams
  * save the captured flows in different files or display them in the terminal
  * display all the stream on the terminal with different display modes like
    hexdump, hexdump + ascii, only printable characters, raw mode, colorized
    mode ...
  * handle several network interface types, including ethernet cards and PPP
    interfaces
 .
  Homepage: http://tcpick.sourceforge.net