Struct rshark::ip::udp::UDP [] [src]

pub struct UDP;

Parser for the User Datagram Protocol (UDP).

Trait Implementations

impl Protocol for UDP

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

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

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