obsrvbl-oss / flowlogs-reader

Command line tool and Python library for working with AWS VPC Flow Logs
Apache License 2.0
136 stars 25 forks source link

Support NODATA and SKIPDATA entries #2

Closed mjschultz closed 8 years ago

mjschultz commented 8 years ago

According to the VPC Flow Logs documentation, there are two cases in which they may not provide data. This adds support to handle those gracefully (instead of throwing a ValueError as would currently happen).