Expand description
rusty-pcap is a pcap library for Rust
100% Rust implementation of a pcap reader
Modules§
- any_
reader - Reading either pcap or pcapng files
- byte_
order - Byte Order handling for pcap and pcap-ng files
- link_
type - Link types for pcap and pcap-ng files
- pcap
- Parsing for PCAP Files based on the libpcap format
- pcap_ng
- This module provides pcap-ng parsing functionality
Structs§
- Version
- Represents the version of the pcap file format
Enums§
- Pcap
File Type - PcapFileType is the type of the pcap file, either Pcap or PcapNg