in reply to
Re^6: Net::Pcap with wireless
in thread
Net::Pcap with wireless
in
khen1950fx
's code
my $dev = find_device($ARGV[0]);
says that the name "wifi" printed in the error message is retrieved from
$ARGV[0]
. You call your device
wlan0
not
wifi
. Maybe try
wlan0
as the argument?
Comment on
Re^7: Net::Pcap with wireless
Select
or
Download
Code
In Section
Seekers of Perl Wisdom