in reply to
Re^4: Net::Pcap with wireless
in thread
Net::Pcap with wireless
I don't have a linux machine with wireless here to test with, but I think it means you need to tell pcap that it is getting 802.11 frames. Do this with
pcap_set_datalink()
.
Comment on
Re^5: Net::Pcap with wireless
Download
Code
In Section
Seekers of Perl Wisdom