3 releases
Uses old Rust 2015
0.1.4 | Jul 17, 2021 |
---|---|
0.1.3 | Jul 16, 2021 |
0.1.2 | Jun 9, 2021 |
#5 in #ipfix
34KB
761 lines
rs-ipfix
This is a library to parse IPFIX/Netflow v10 (RFC7011) (fork from rs-ipfix).
Features :
- Support custom fields definitions
- Can parse variable size fields
- Minimal memory usage
- JSON output
- Concurrent parsing (with thread-safe state handling)
See ./tests
for usage.
Dependencies
~4MB
~80K SLoC