Re: ARP requests

2018-11-21 Thread Janne Johansson
That script seems full of linuxisms like ip route and accesses to /sys. Den tor 22 nov. 2018 01:45 skrev stephan : > Hey I am trying to create an Address Resolution Protocol (ARP) > requester'er. > I keep getting an unpack error. > > > here is the code https://pastebin.com/GRh6Cr15 > > and I'm tr

ARP requests

2018-11-21 Thread stephan
Hey I am trying to create an Address Resolution Protocol (ARP) requester'er. I keep getting an unpack error. here is the code https://pastebin.com/GRh6Cr15 and I'm trying to do these functions in def getMAC(ip): send an ARP request, wait for an ARP response, send it to the NIC, and then receive