J-Schoepplenberg / zero-packet

A zero-copy Rust library that builds and parses network packets in-place.
https://crates.io/crates/zero-packet
MIT License
98 stars 4 forks source link

Feature request: Pcap packet headers #4

Open dantheman3333 opened 2 months ago

dantheman3333 commented 2 months ago

Hi, great work on the library. Do you have any plans on implementing pcap packet headers? Would love to use this library for parsing stored packets in pcap files. https://www.ietf.org/archive/id/draft-gharris-opsawg-pcap-00.html#name-packet-record

J-Schoepplenberg commented 2 months ago

Sure, I can implement that. Good idea.