Pierre Chifflier

Results 37 comments of Pierre Chifflier

First, you have to write a loop to read packets from the file. One example is given in the docs, ["streaming parser"](https://docs.rs/pcap-parser/latest/pcap_parser/#example-streaming-parsers). Now, in the above example, when you have...

I tried writing a quick example, if your file is a legacy pcap file: ```rust let path = "assets/le-nflog.pcap"; let content = fs::read(path).expect("could not read pcap file"); let (rem, header)...

Hi @RomainBrault , The `.csv` file should also be committed, else the build script will fail. Can you add it and push to the same branch? Thanks

> I believe this is ready to merge now. Hi, After review I need more input on the choices you made (see above comments). The most important questions are on...

Hi, I think there is a possible solution: I previously introduced (in 0.10 I think) [`X509CertificateParser`](https://docs.rs/x509-parser/0.16.0/x509_parser/certificate/struct.X509CertificateParser.html) to allow building parsers with options. The only available option at the moment is...

Indeed, rfc9162 describes the structure of TransItem and SignedCertificateTimestampDataV2 and even if they look mostly compatible with v1, this may require changes to make it easier to support multiple versions....

Note: the crates [mnl](https://crates.io/crates/mnl) and [nftnl](https://crates.io/crates/nftnl) can help