calmh / ipfix

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

Boolean handling is wrong #7

Closed georgmu closed 9 years ago

georgmu commented 9 years ago

The boolean values in IPFIX do not use 0 as false. See http://tools.ietf.org/html/rfc5101#section-6.1.5

1 means true, 2 means false

calmh commented 9 years ago

Woops. Thanks.