delivering packets at IP level

Home Forums Discussions Support delivering packets at IP level

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5064
    sulopez13
    Participant

      Hi. I’m developing a system that works on IP level. The problem is that wpkfilter requires an ethernet packet when calling to the send functions. Is there any way to work with wkpfilter or wpcap and be able to release packets above the ethernet level? Or does anyone know a software that, when receiving an IP packet, is able to resolve the ethernet level and add the eth header?
      Thanks

      #6161
      Vadim Smirnov
      Keymaster

        Probably you can use raw winsock interface. Basically WinpiFilter allows you to query local MAC address, for getting MAC address for remote system you’d have to generate an ARP request packet and then process ARP reply one.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.