SYNOPSIS
- ft2nfdump [options]
DESCRIPTION
ft2nfdump
OPTIONS
- -r <flow-tools-file>
-
Read flow-tools formated netflow data from file flow-tools-file.
Default: Read from stdin.
-c num
- Read only num flows from input file.
- -E
- Print raw netflow records to stdout. This option is for debugging purpose only, to see any incoming netflow data. Compatible to option -E in nfcapd.
- -V
- Print ft2nfdump version and exit.
- -h
- Print help text on stdout with all options and exit.
RETURN VALUE
Returns-
0 No error.
255 Conversion failed.
EXAMPLES
flow-cat ft-v05.2001-05-01.* | ft2nfdump | nfdump -w nfcap.20010501 Convert files into nfdump format.ft2nfdump -r ft-v05.2001-05-01 | nfdump -w nfcap.20010501 Convert files into nfdump format.
NOTES
BUGS