Using Net::Pcap library:
$dev=Net::Pcap::lookupdev(
I think it just finds the nic that is the default nic (meaning the first one that is binded in Windows). Some of the other suggestion were to just simply change the binding order in the OS. This however is NOT an option. I need to make this work in the Perl code. Thanks.
Main Topics
Browse All Topics





by: TintinPosted on 2004-03-07 at 13:29:28ID: 10536464
Sorta depends on the method you are using to communicate to the interface. Show us the relevant section of the code you currently have.