Analyse and explore linux
Berkeley Packet Filter (BPF)

Description: BPF allows a user-space program to attach a filter onto any socket and allow or disallow certain types of data to come through the socket. For example, a tcpdump process may want to receive only packets that initiate a TCP connection.

Internal Link:

Generated by PFA software prototype