mozillazg / ptcpdump

Process-aware, eBPF-based tcpdump
MIT License
587 stars 43 forks source link

Automatically attach to new interfaces when using -i any #154

Closed mozillazg closed 1 month ago

mozillazg commented 1 month ago

Currently, when using -i any to monitor all interfaces, ptcpdump only attached its BPF program to existing interfaces at startup. Any new interfaces created subsequently are not monitored.