node-netflowv9 icon indicating copy to clipboard operation
node-netflowv9 copied to clipboard

NetFlow Version 9 library for Node.JS

Results 8 node-netflowv9 issues
Sort by recently updated
recently updated
newest added

ipv6 returning as string without Semi-Colons.

Seeing an issue where a single bad packet with an empty buffer length (non empty buffer, with provided len of 0) will cause this process to just spin on that...

https://github.com/splitice/node-netflowv9 Want to maybe merge in and push an updated npm package if you're no longer maintaining this repo?

Hello. I'm trying to use `ipv4num: true` for netflow v5, but i'm getting this error: ``` ReferenceError: decIpv4Rule is not defined at new NetFlowV9 (/srv/ilb-netflow/node_modules/node-netflowv9/netflowv9.js:57:30) at NetFlowV9 (/srv/ilb-netflow/node_modules/node-netflowv9/netflowv9.js:42:46) ```

Any V10/IPFIX support coming?? NetFlowV9 bad header version 10 +0ms NetFlowV9 Undecoded flows +31ms undefined

I know it's more like IPFIX = NetFlow V10 and this project says V9. Vyos seems to include IPFIX types within it's V9 netflow packets. So unless they are included...

how can i use In and Out Interface Names in netflow v9?

The library doesn't accept new templates from packet, where are flows and templates together (as for example Cisco ASR 1002-X does for NAT logging). Easy fix woud be to split...