ad1217 / rs-ipfix-rw

IPFIX reader/writer library for Rust
Other
1 stars 0 forks source link

No List in DataRecordValue #1

Open PhilVince96 opened 1 month ago

PhilVince96 commented 1 month ago

For the IANA IPFIX Entity 484 bgpSourceCommunityList you would need a List of u32. How do I model that with the DataRecordValue? Or is the Entity 484 bgpSourceCommunityList structured data because it is a list?

Thank you! 😊

ad1217 commented 1 month ago

That is correct: a list is structured data. I never implemented support for them because the project I wrote this for didn't use them. That project also isn't using Rust anymore, so I haven't done much with this library since. You might want to check out https://github.com/NetGauze/NetGauze if you haven't yet; their IPFIX support seemed good last I looked.