Closed epall closed 6 years ago
While I was working on ChannelBuffer, I wound up catching a bug during decoding thanks to length being negative. This is a reasonable thing to check in general as a minimal sanity check of a PCAP header.
ChannelBuffer
While I was working on
ChannelBuffer
, I wound up catching a bug during decoding thanks to length being negative. This is a reasonable thing to check in general as a minimal sanity check of a PCAP header.