calmh / ipfix

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

Added support for parsing concatenated messages #18

Closed available-username closed 7 years ago

available-username commented 7 years ago

It is often then case that multiple IPFIX messages are concatenated together into the payload of a single packet. Added a new function which can be used to parse buffers containing multiple messages.

calmh commented 7 years ago

Perfect