fn main() { let interfaces = pcap_sys::PcapDevIterator::new().unwrap(); for interface in interfaces { println!("Found interface: {interface}"); } }