File: control

package info (click to toggle)
tcpxtract 1.0.1-18.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 744 kB
  • sloc: sh: 3,338; ansic: 1,922; yacc: 104; lex: 81; makefile: 21
file content (29 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download
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
Source: tcpxtract
Section: net
Priority: optional
Maintainer: Thiago Andrade Marques <andrade@debian.org>
Build-Depends: byacc,
               debhelper-compat (= 13),
               flex,
               libfl-dev,
               libpcap0.8-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: http://tcpxtract.sf.net
Vcs-Browser: https://salsa.debian.org/debian/tcpxtract
Vcs-Git: https://salsa.debian.org/debian/tcpxtract.git

Package: tcpxtract
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: extract files from network traffic based on file signatures
 tcpxtract is a fast console tool to extract files from network traffic
 based on file headers and footers and its patterns (so called carving).
 .
 Currently, 26 file formats are supported out of the box by tcpxtract but
 new formats can be added without problems. Foremost configurations are
 simple to convert to tcpxtract configuration files.
 .
 tcpxtract uses libpcap. So, it can read network dumps generated by tcpdump
 or wireshark or similar programs. tcpxtract is useful in network auditing
 and for forensics investigations.