Tcpxtract

From aldeid
Jump to navigation Jump to search

tcpxtract

Description

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Installation

# cd /usr/local/src/
# wget http://downloads.sourceforge.net/project/tcpxtract/tcpxtract/1.0.1/tcpxtract-1.0.1.tar.gz?use_mirror=kent
# tar xzvf tcpxtract-1.0.1.tar.gz
# cd tcpxtract-1.0.1/
# ./configure
# make
# make install

Utilisation

Syntaxe de base

# tcpxtract 
Usage: tcpxtract [OPTIONS] [[-d <DEVICE>] [-f <FILE>]]
Valid options include:
  --file, -f <FILE>         to specify an input capture file instead of a device
  --device, -d <DEVICE>     to specify an input device (i.e. eth0)
  --config, -c <FILE>       use FILE as the config file
  --output, -o <DIRECTORY>  dump files to DIRECTORY instead of current directory
  --version, -v             display the version number of this program
  --help, -h                display this lovely screen
INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.