conntrack-tools 0.9.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News conntrack-tools 0.9.8 (Default branch)
# 1  
Old 10-22-2008
conntrack-tools 0.9.8 (Default branch)

conntrack-tools is a set of userspace tools for Linux that allow systemadministrators to interact with the Connection Tracking System, themodule which provides stateful packet inspection for iptables. Itincludes the userspace daemon conntrackd and the commandline interfaceconntrack.License: GNU General Public License (GPL)Changes:
This release includes many updates, fixes, andimprovements in the command line tool and theuser-space daemon. Upgrading is recommended.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ft2nfdump(1)															      ft2nfdump(1)

NAME
ft2nfdump - flow-tools data converter program SYNOPSIS
ft2nfdump [options] DESCRIPTION
ft2nfdump is the flow-tools converter program to read, convert and store netflow data, created with the flow-tools package. It works either as a pipe filter or reads flow-tools data format directly from file and exports nfdump data format at stdout. 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
SEE ALSO
nfcapd(1), nfdump(1), nfprofile(1), nfreplay(1) BUGS
2009-09-09 ft2nfdump(1)