Expand description
A basic decoder for BMP messages (RFC7854)
BMP (BGP Monitoring Protocol) is a method for BGP-speakers, typically network routers to provide telemetry relating to BGP state.
§Errors
This crate will panic if the BMP headers don’t decode correctly, but as soon as we have
a valid set of headers, failures on decoding the inner BGP messages will be handled via Result
Modules§
- types
- Contains types and decode implementations
Structs§
- BmpDecoder
- Some docs ay Decoder implementation for use with a FramedReader
Enums§
- Error
- Error type Our error type
Type Aliases§
- Result
- Result type wrapper