pub fn parse_bgp_open_message(
    input: &mut Cursor<&[u8]>
) -> Result<BgpOpenMessage, ParserError>
Expand description

Parse BGP OPEN messages.

The parsing of BGP OPEN messages also includes decoding the BGP capabilities.