Function bgpkit_parser::parser::bgp::messages::parse_bgp_update_message

source ·
pub fn parse_bgp_update_message(
    input: Bytes,
    add_path: bool,
    asn_len: &AsnLength
) -> Result<BgpUpdateMessage, ParserError>
Expand description