Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 578 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 578 Bytes

flowgen

by Motonori Shindo [email protected] (2004 - 2025)

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)