How to send and receive ARP packets
-
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
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
-
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
-
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