Friends,
I like to send ARP request packets and ARP reply packets on my network. I want to use Visual C++ and winsock or any other method for this purpose. How can i do so ???
Printable View
Friends,
I like to send ARP request packets and ARP reply packets on my network. I want to use Visual C++ and winsock or any other method for this purpose. How can i do so ???
[Moved thread]
You can use the SendARP(...) API from the iphlpapi. That doesn't address your reply part but, I would guess using rawsock would be appropriate....google for rawsock if you need 2.