[][src]Function openvpn_parser::parse_openvpn_udp

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

Parse an OpenVPN packet in UDP

Note that this will consume the entire buffer