ipfix
ipfix copied to clipboard
IPFIX parser package for Go
I needed to unpack a Message, check which templates the data records referred to, attach those templates, and re-package the message as a binary IPFIX message. Here's a workflow: msg,...
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...
Add support for basicList. Results can be displayed using `ipfixcat`. Example: ``` {"name":"basicList","field":291,"value":"(semantic=4,fieldID=190,fieldLen=2)[60,52,367,52]"} ``` See RFC 6313 for more info on basicList.