Berkeley Packet Filter
|
||||||||
|
* The packet filter appears as a character special device, /dev/bpf0, /dev/bpf1 and so on. After opening the device, the file descriptor must be bound to a specific network interface. A given interface can be shared by multiple listeners, and the filter underlying each descriptor will see an identical packet stream. A separate device file is required for each minor device. * [Adapted from FreeBSD Man Pages] |
|
|||||||
|
Filtering IDS Packets Manual Reference Pages - BPF The BSD Packet Filter (PDF) |
||||||||