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
pub fn parse_openvpn_udp(i: &[u8]) -> IResult<&[u8], OpenVPNPacket<'_>>Parse an OpenVPN packet in UDP
Note that this will consume the entire buffer