Struct pcap_parser::pcapng::UnknownBlock[][src]

pub struct UnknownBlock<'a> {
    pub block_type: u32,
    pub block_len1: u32,
    pub data: &'a [u8],
    pub block_len2: u32,
}
Expand description

Unknown block (magic not recognized, or not yet implemented)

Fields

block_type: u32

Block type (little endian)

block_len1: u32data: &'a [u8]block_len2: u32

Trait Implementations

Formats the value using the given formatter. Read more

Check and correct all fields: use magic, fix lengths fields and other values if possible.

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.