// JP opened flex table

Click to See Complete Forum and Search --> : Sending ARP packet


imi123_1999
March 9th, 2004, 02:37 AM
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 ???

Andreas Masur
March 9th, 2004, 07:30 AM
[Moved thread]

Mick
March 9th, 2004, 07:32 AM
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.

//JP added flex table