graymon

Results 155 comments of graymon

I like this, thank you! Just to be clear, `--filter-trace-tunnel-pcap 'host 1.1.1.1 and icmp' host 1.1.1.1 and icmp` in your proposal, will match nothing, right? My understanding is ``` --filter-trace-tunnel-pcap...

What is the use case of "or"? I think "and" is more useful to catch "out ip 172.1.1.1 and vxlan and inner ip 10.1.1.1"

Was thinking about this. I have an ambiguous feeling of cool and dangerous about what we are doing here: extend pcap filter.

Thank you for the inputs :pray: - API: Zero-copy APIs are intentionally single-consumer and mirror existing Read/ReadInto semantics. I’m open to reshaping this (separate interfaces, callback-based API, etc.) if you...

I re-implemented Records iterator API as Lorenz suggests 🙏