: pcap_findalldevs 函数的结果:
查找可用设备...
1:eth0 -- (null)
2:wlan0 -- (null)
3:nflog -- Linux netfilter log (NFLOG) interface
4:any -- Pseudo-device that captures on all interfaces
5:lo -- (null)
我想选择 wlan0。我该怎么做 ?
提前致谢最好的问候
你看到 pcap 的手册页了吗?您可以将接口名称传递给任何pcap_create
或pcap_open_live
。接口名称name
在pcap_if_t
.