Tagged Questions
4
votes
1answer
698 views
using libnet to send ARP request, but arp cache won't update after getting the ARP reply
I need to look up MAC address in the local network and I'm using Linux. What I do is send a ARP request with libnet, but after I send 3 requests, the cache still won't update. I use wireshark to catch ...