This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Supporting yaf statistics (Option Templates) #21
Comments
Yeah, not active on slack. I'm not sure about options templates either, never had a use for them. You're welcome to investigate. |
I'm looking into it, but I have never done any kind of parsing like this. It does not look that complicated, and the format is well documented in the RFC. Looks like there are two types of messages, that either contain a Template Set and a Data Set, or a Option Template Set and a Data set? Or could a IPFIX Message contain any number of these combinations?
The Options Template Set format is also described
And with some examples from the RFC
|
I'm kind of using this issue as a notepad for useful information about it. At some point I'll understand this enough to implement it, and/or someone else is capable and willing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I see here https://github.com/calmh/ipfix/blob/master/parser.go#L296 that option templates are not handled at all.
I am not very familiar with the IPFIX format. How hard would it be to implement support for Option Templates?
I am trying to grab statistics from yaf flow files. Relevant docs embedded below in this post, see https://tools.netsa.cert.org/yaf/yaf.html and search for "Statistics Option Template" for the source.
I tried contacting you on the gophers slack to talk, but I figured I'd post here as well :)
The text was updated successfully, but these errors were encountered: