V
Venkatramanan V
Guest
I Already implemented Sending ARP request using "iphlpapi.dll".
[DllImport("iphlpapi.dll", ExactSpelling = true)]
private static extern int SendARP(uint DestIP, uint SrcIP, byte[] pMacAddr, ref int PhyAddrLen);
Now i need to Implement Gratuitous ARP. Could anyone help
Continue reading...
[DllImport("iphlpapi.dll", ExactSpelling = true)]
private static extern int SendARP(uint DestIP, uint SrcIP, byte[] pMacAddr, ref int PhyAddrLen);
Now i need to Implement Gratuitous ARP. Could anyone help
Continue reading...