Reply To: delivering packets at IP level

Home Forums Discussions Support delivering packets at IP level Reply To: delivering packets at IP level

#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.