rusticata / pcap-parser

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

crates.io version out of date #41

Closed 0rphon closed 1 month ago

0rphon commented 3 months ago

Hi! I see the github version of this crate has been on version 0.16.0 for two months now, but the crates.io version is still on 0.15.0. From the commit history, it seems like version 0.16.0 was meant to be released. So im just double checking that you guys didn't accidentally forget to publish it to crates.io.

I noticed this because version 0.16.0 includes support for Linktype::LINUX_SLL2 in pcap_parser::data::get_packetdata, which is used by tcpdump. For now i just used a cargo patch to point at the github version instead, but it would be nice to have the crates.io version up to date.

chifflier commented 1 month ago

Hi, You're right, the release was just ready but had not been uploaded to crates.io. I have released pcap-parser 0.16.0, so closing this Thanks