parse_openvpn_udp

Function parse_openvpn_udp 

Source
pub fn parse_openvpn_udp(i: &[u8]) -> IResult<&[u8], OpenVPNPacket<'_>>
Expand description

Parse an OpenVPN packet in UDP

Note that this will consume the entire buffer