: The result of pcap_findalldevs function :
Finding available devices ...
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)
I want to select wlan0. How can I do it ?
Thanks in advance Best regards