Struct rshark::RawBytes [] [src]

pub struct RawBytes {
    // some fields omitted
}

Dissector of last resort: store raw bytes without interpretation.

Trait Implementations

impl Protocol for RawBytes

fn short_name(&self) -> &'static str

fn full_name(&self) -> &'static str

fn dissect(&self, data: &[u8]) -> Result