-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
api to access to raw bgp update #204
Comments
C API available at https://bgpstream.caida.org/docs/api/libbgpstream/bgpstream.h.html |
i've been through those doc alread. by raw, I meant bgp update in binary format |
seems not available, will try to add |
Yeah, it's not currently available, and in fact it's not guaranteed that all data formats supported by BGPStream will even include the raw BGP update information (e.g., we're kinda "lucky" that the RIPE JSON format includes the raw message). That said, I think it would make sense to expose this information in the record structure in the cases where the data format includes it. Thanks for offering to try adding this! |
What's the C proper api to get access to the raw bgp update from the various sources/brokers ?
can't find in the doc
thanks
The text was updated successfully, but these errors were encountered: