bpftools icon indicating copy to clipboard operation
bpftools copied to clipboard

BPF Tools - packet analyst toolkit

Results 8 bpftools issues
Sort by recently updated
recently updated
newest added

Are there any plans to move this to python3?

`if (n=0)` is always 'falsey' since assignment results to the value being assigned (in case of 0 that would be 0, which in awk is considered 'falsey') ``` ~/git/cloudflare/bpftools$ awk...

please, consider changing: sudo easy_install pcappy to: pip install pcappy

p0f set ecn quirk in 2 scenarios: when tos_ecn is set, or tcp_ece&tcp_cwr flag is set. Currently, bpftools only check if tos_ecn is set, which will generate the wrong filter

Could you add support for query type too? ex: example.com && qtype ANY

See https://github.com/torvalds/linux/commit/b1d95ae5c5bd3deba84d00c4f83d7d0836b5936f

Updating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application &...

https://github.com/p0f/p0f/blob/4abbd20ecd7421461e360c77a98dff98e08a8b10/docs/README#L526-L539 According to the readme of p0f, the value of `ittl` can be in the following formats: ``` \d+ \d+- \d+\d+ \d+? ``` Currently the script is working for the...