irino / softflowd

softflowd: A flow-based network traffic analyser capable of Cisco NetFlow data export software.
https://github.com/irino/softflowd
Other
162 stars 29 forks source link

Fix ipfix.c `vlanId` & `postVlanId` network byte order #27

Closed overhacked closed 4 years ago

overhacked commented 4 years ago

IPFIX requires the vlanid to be in network byte order but it was being exported in host byte order.