Skip to content

jccardonar/NetFlow-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flowgen

Code modified from the original of Motonori Shindo in https://github.com/mshindo/NetFlow-Generator.

The purpose of the modifications were done to use flowgen to scale test netflow collectors, such as pmacct.

Please read the original repository for instructions.

Changes

  • Added two extra ways of defining values for flow characteristics:
    • Using a comma (,) for defining a list of values.
    • Using %%file[line] to define a file and a line from which the number specification should be read.
  • Added an option to specify a local IP (localipadd) from which packets should be originated.
  • Added an option to not print flow generation report.

In this repo, one can find a python script that generates specific calls to flowgen for simulating traffic from a larger, random, network.

License

GNU General Public License, version 2 (GPL-2.0)

About

Generate arbitrary NetFlow V5 flow records

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.1%
  • Roff 22.6%
  • Makefile 4.3%