CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Posts
    143

    Sending ARP packet

    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 ???

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    [Moved thread]

  3. #3
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured