rusticata / pcap-parser

PCAP/PCAPNG file format parser written in pure Rust. Fast, zero-copy, safe.
Other
103 stars 24 forks source link

Fixed incorrect length calculation for custom blocks. #23

Closed vrbhartiya closed 1 year ago

vrbhartiya commented 1 year ago

The Block Type, PEN and two Block Total Length sections of the the custom block only add up to 16 bytes, not 20.

chifflier commented 1 year ago

Applied, thanks!