rust-bakery / nom

Rust parser combinator framework
MIT License
9.4k stars 807 forks source link

feature request: Updated documentation to include more relevant Netflow library #1773

Open mikemiles-dev opened 2 months ago

mikemiles-dev commented 2 months ago

The current documentation/Readme lists https://github.com/dominotree/rs-ipfix for parsing Netflow IPFIX.

There is a newer, more well supported, more downloaded Netflow Parser library that supports not only Version 10 (IPFIX) but also V5, V7, and V9: https://crates.io/crates/netflow_parser https://github.com/mikemiles-dev/netflow_parser

mikemiles-dev commented 2 months ago

https://github.com/rust-bakery/nom/pull/1774