Skip to main content

handle_protocol

Function handle_protocol 

Source
pub fn handle_protocol(
    pkt: &Packet<'_>,
    offset: usize,
    pktsum: &mut PacketSummary<'_>,
    proto: &ProtoHandler,
) -> Result<(usize, ProtoHandler), String>