vflow
vflow copied to clipboard
Skip unknown fields
Solves issue #181
@akshah - following our conversation - the diff tool got a bit confused because I moved things around a bit. But basically, we now first read the bytes, and then check if the type is known. If known, then parse it. If not known, then either stop processing or ignore it, depending on the flag. If things are still not clear, let's talk.
@akshah - any news on this? Did you look at this PR?