Kate
Kate
It may be worth noting that Scapy is generating an unnecessary ARP request since the entry is already accessible in the windows ARP table. The other thing I notice is...
Okay that makes sense. Thanks. I'm deploying to raspbery pi linux for now and its working great.
Scapy mainly is developed targeting Linux it's awesome that it works on windows at all. Even python asyicio runs different on windows then on Linux. It's just not the main...
I ran into some serious memory leak issue in my pack where memory would climb to my operating system max of 32 gigs and crash other programs and eventually crash...