On 18 January 2018 at 17:09, Bob Peterson <[email protected]> wrote: > If lh_crc is 0, that's a pretty good indication that it's an old header. > Is it possible to get a "normal" crc value of 0? If so, we could code > another field just set to 1 to indicate the new style.
lh_crc will be zero for a valid v2 header at a probability of roughly 1 / 2^32, so just forget about it. Andreas
