Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to send and receive ARP packets

How to send and receive ARP packets

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chito
    wrote on last edited by
    #1

    Hi All, How to send and receive ARP packets using windows raw sockets. I want to send ARP packets without using MSDN functions. Thanks and regards, Chito

    D 1 Reply Last reply
    0
    • C chito

      Hi All, How to send and receive ARP packets using windows raw sockets. I want to send ARP packets without using MSDN functions. Thanks and regards, Chito

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      chito wrote: ...without using MSDN functions. Huh? The MSDN is not an API, but it is documentation/examples of several API. By chance did you mean that you wanted to use raw sockets without MFC?


      "When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen

      C 1 Reply Last reply
      0
      • D David Crow

        chito wrote: ...without using MSDN functions. Huh? The MSDN is not an API, but it is documentation/examples of several API. By chance did you mean that you wanted to use raw sockets without MFC?


        "When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen

        C Offline
        C Offline
        chito
        wrote on last edited by
        #3

        Yes, I want to use raw sockets with out using MFC. Thanks, Chito

        D 1 Reply Last reply
        0
        • C chito

          Yes, I want to use raw sockets with out using MFC. Thanks, Chito

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          Ok, so how about:

          connect()
          send()
          recv()
          accept()
          etc


          "When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups