cloudflare / goflow

The high-scalability sFlow/NetFlow/IPFIX collector used internally at Cloudflare.
BSD 3-Clause "New" or "Revised" License
859 stars 172 forks source link

Goflow doesn't considerate variable length fields. #75

Closed sjbarrio closed 4 years ago

sjbarrio commented 4 years ago

When you have a Data Template with variable length fields Goflow fails to decode message, It doesn't contemplate that case: if length is #FF the length field is variable.

steve8210 commented 4 years ago

Similar request already made here - https://github.com/cloudflare/goflow/issues/31

sjbarrio commented 4 years ago

ok, I close this issue. Thank u!