mozillazg / ptcpdump

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

feat(pcapng): Write Inbound/Outbound flag into the pcapng file and support parse it from file #171

Closed mozillazg closed 1 month ago

mozillazg commented 1 month ago

Write the flag via epb_flags (Enhanced Packet Block Flags Word).

closes #167