node-netflowv9
node-netflowv9 copied to clipboard
Fix netflow decode to handle empty buffer lengths
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 while loop. Best to at least have a way to exit when this happens