calmh / ipfix

IPFIX parser package for Go
MIT License
48 stars 26 forks source link

add InterpretTemplate() to get field names for template records #5

Closed georgmu closed 9 years ago

georgmu commented 9 years ago

This allows inspecting templates at the time they arrive. Depending on the included fields, a decision how to handle data records could be done once for a template.

calmh commented 9 years ago

Cool.