rusticata / pcap-parser

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

fix: DSB serializer didn't account for options length #25

Closed lf- closed 1 year ago

lf- commented 1 year ago

DSB blocks accept options, so their length is calculated the same as EPB blocks.

chifflier commented 1 year ago

Applied, thanks!