marcoshemann / NetFlow-Generator

Generate arbitrary NetFlow V5 flow records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flowgen

by Motonori Shindo motonori@shin.do (2004 - 2018)

Introduction

This program allows you to generate NetFlow V5 packets in various ways and send them to NetFlow collectors. You can control how each flow record should look like by using an "expression" which can be expressed as sequential, random, probablistic, or static numbers.

Installation

How to compile & install this program is pretty straightforward:

  1. Edit Makefile accordingly
  2. make
  3. make install

License

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

About

Generate arbitrary NetFlow V5 flow records


Languages

Language:C 69.9%Language:Roff 25.3%Language:Makefile 4.8%