nerdalert / nflow-generator

NetFlow Generator for Testing Flow Collection Apps
Apache License 2.0
110 stars 47 forks source link

IPv6 addresses support in generated netflows #9

Open nazarovkv opened 1 year ago

nazarovkv commented 1 year ago

Are IPv6 addresses supported in generated netflow?

ornlu-is commented 1 year ago

NetFlow v5 does not support IPv6 addresses, since the "source address" and "destination address" fields of a NetFlow v5 record are only 4 bytes long (and you'd require 16 bytes to represent an IPv6 address).