Expand description
This crate provides simple functions to parse pcap files.
This implementation is based on the documentation available on wireshark’s wiki.
Modules§
- A nice and simple iterator over the file.
Structs§
- Header of the pcap file.
- A single Record in the file.
Enums§
- Enumerates all frame format supported by pcap.
Functions§
- Parses a header.