just wanted to see if there’s a way to resolve a warning i get in pyCharm.
Currently watching Learn python & ethical hacking from scratch: Using Scapy To Create an ARP Request.
When using
import scapy.all as scapy
arpRequest = scapy.ARP()
I’m receiving a warning ( the program runs, but the warning is of course annoying)
Warning:
Cannot find reference 'ARP' in 'all.py'
Any ideas?