Skip to content

DianaDrzikova/Netflow-Exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflow exporter

Netflow exporter processes data in pcap format and creates Netflow records which are sent to Netflow collector.

Usage

./flow [-f <file>] [-c <netflow_collector>[:<port>]] [-a <active_timer>] [-i <inactive_timer>] [-m <count>]

where:

-f file or STDIN
-c IP adress or hostname of Netflow collector
-a time stamp in seconds until active records are exported
-i time stamp in seconds until inactive records are exported
-m size of flow-cache

(All parameters are optional.)

example:

./flow -f input.pcap -c 192.168.0.1:2055

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published