mozillazg / ptcpdump

Process-aware, eBPF-based tcpdump
MIT License
179 stars 7 forks source link

Capture all packets by default, even if process info cannot be associated #18

Closed mozillazg closed 2 months ago

mozillazg commented 2 months ago

The before default is to only capture packets that can be associated with process information.

Closes #17