I am supposed to sniff on all network interfaces installed on fiven machine (Linux - Ubuntu). I am using pcap library for this purpose. So I am finding all capable devices using pcap_findalldevs(...) function, but the result are also usb and loopback devices, which I dont want to use.
Can you sugegst me, how to filter only network (ethernet and wifi) devices?