Mingwei Zhang

Results 22 issues of Mingwei Zhang

It is recommended to use tracing instead of env_logger to provide better logging results. https://docs.rs/tracing/latest/tracing/

enhancement

Parallel parsing for large RIB dumps can significantly improve the data processing speed. However, we will need to determine the best way to approach this issue. It is not as...

_Originally posted by @jmeggitt in https://github.com/bgpkit/bgpkit-parser/issues/81#issuecomment-1439775924_ I thought it might be interesting to do a profile to see which parts actually have the largest impacts on performance. The setup was...

enhancement

Should produce at least warnings based on RFC 7606. https://datatracker.ietf.org/doc/html/rfc7606

rfc

[RFC4724][rfc] describes the graceful restart mechanism of BGP routers. This includes a `End-of-RIB marker` as well as a BGP capability `Graceful Restart Capability`. The end-of-rib marker is used in [BMP...

rfc

We should add proper benchmark to compare the performance with other parser implementation. List of alternative parsers: - [ ] [libparsebgp](https://github.com/CAIDA/libparsebgp) - [ ] [bgpscanner](https://gitlab.com/Isolario/bgpscanner) - [x] [bgpdump](https://github.com/RIPE-NCC/bgpdump) - [...

https://github.com/Forescout/bgp_boofuzzer

enhancement

When debugging MRT files, it is often useful to display more detailed information in a different format (like bgpmon or libparsebgp). Desired features: - [ ] display layered debug information...

enhancement

We should allow users to provide custom regex and fetch method (e.g. local file, http, ftp, or object storage) to allow users index custom collectors/projects. This would enable broker to...

enhancement

This would allow users to be able to search for data from "past day/hour/week" or "on 2024-04-01" without the need to specifying RFC3339 strings.