in reply to
Re^4: Network interface discovery
in thread
Network interface discovery
Ah, you're right. The version of
findalldevs
in
libpcap
actually returns the addresses of the interfaces, along with their names. Probably you could modify the
Net::Pcap
module to provide this information, or get at it using
Inline::C
.
Comment on
Re^5: Network interface discovery
Download
Code
In Section
Seekers of Perl Wisdom