Struct pcap_parser::pcap::LegacyPcapBlock [−][src]
pub struct LegacyPcapBlock<'a> {
pub ts_sec: u32,
pub ts_usec: u32,
pub caplen: u32,
pub origlen: u32,
pub data: &'a [u8],
}
Expand description
Container for network data in legacy Pcap files
Fields
ts_sec: u32
ts_usec: u32
caplen: u32
origlen: u32
data: &'a [u8]
Trait Implementations
Performs the conversion.
Performs the conversion.
Serialize to bytes representation (little-endian). Do not check values
Serialize to bytes representation (little-endian). Check values and fix all fields before serializing. Read more