#ipfix #set #field

ipfix

IPFIX (RFC7011) parser library with JSON export, based on nom

2 releases

Uses old Rust 2015

0.1.1 Jun 12, 2018
0.1.0 Feb 10, 2017

MIT license

37KB
634 lines

rs-ipfix

LICENSE Crates.io Version

This is a library to parse IPFIX/Netflow v10 (RFC7011) data with functionality to export it as JSON.

An example app using this library to send data to Elasticsearch is available at https://github.com/dominotree/ipfix-elasticsearch

There is a fair bit of cleanup and optimization that needs to be done here, but it should currently be fully functional and capable of processing a large number of flows.

Dependencies

~535KB
~10K SLoC