Struct rshark::ethernet::Ethernet [] [src]

pub struct Ethernet;

The IEEE 802.3 Ethernet protocol.

Trait Implementations

impl Protocol for Ethernet

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

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

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