|

楼主 |
发表于 2004-5-22 00:41:08
|
显示全部楼层
- The packet filter appears as a character special device, /dev/bpf0,
- /dev/bpf1, etc. After opening the device, the file descriptor must be
- bound to a specific network interface with the [size=5]BIOCSETIF[/size] ioctl. A given
- interface can be shared by multiple listeners, and the filter underlying
- each descriptor will see an identical packet stream.
复制代码 没有BIOCSETIF :confused: :rolleyes:
grep -R SIOCSETIF /usr/include|grep define |
|