Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPFIX: implement support for variable length fields #31

Open
mrx3000 opened this issue Apr 29, 2021 · 2 comments
Open

IPFIX: implement support for variable length fields #31

mrx3000 opened this issue Apr 29, 2021 · 2 comments

Comments

@mrx3000
Copy link

mrx3000 commented Apr 29, 2021

Are there any plans to support IPFIX variable length field encoding?

@bitkeks
Copy link
Owner

bitkeks commented Jun 19, 2021

Hi! The plan is to be as compliant to the spec as possible, so generally that's a yes. Due to time constraints, a focus is set on stability of the core functionality first, so there are features which have not yet been implemented.

If I understand correctly, we'd have to add the special value 65535 to the template fields length parser, and then add an additional routine for these variable length fields in the data records, examining their length carried in the Information Element content itself.

@Problembeloeser
Copy link

Hey!
This issue was occuring to me too so I typed up a speedy PR to add this feature to this implementation: #41
Feel free to review it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants