1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: tcpick
Section: net
Priority: optional
Maintainer: Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Uploaders: Marcos Fouces <mfouces@yahoo.es>
Build-Depends: debhelper (>= 10), libpcap0.8-dev
Standards-Version: 3.9.8
Homepage: http://tcpick.sourceforge.net
Vcs-Git: https://anonscm.debian.org/git/pkg-security/tcpick.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-security/tcpick.git
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
|