Graylog2 / graylog-plugin-netflow

[DEPRECATED] Graylog NetFlow plugin
https://www.graylog.org/
Apache License 2.0
39 stars 17 forks source link

Properly handle empty or missing templates in NetFlow 9 #17

Closed joschi closed 6 years ago

joschi commented 6 years ago

If there are no or no matching templates for parsing a NetFlow 9 record, the NetFlow 9 parser now properly throws an exception (and the NetFlow codec discards the invalid messages) instead of incorrectly parsing the NetFlow 9 records.

Fixes #16