Skip to main content

Crate rusty_pcap

Crate rusty_pcap 

Source
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§

PcapFileType
PcapFileType is the type of the pcap file, either Pcap or PcapNg