Function parse_ospfv2_packet_header

Source
pub fn parse_ospfv2_packet_header(
    input: &[u8],
) -> IResult<&[u8], Ospfv2PacketHeader>