Function parse_ospfv2_hello_packet

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