RAW Socket Access Denied to Non-Admin Windows XP

  • Thread starter Thread starter glathaa
  • Start date Start date
G

glathaa

When I tried to send a ICMP packet from a non-admin user, using
sendto() I am getting the following error WSAEACCES.

But the tracert/ping utilities of windows, is working fine.

Could anybody suggest a way to make it work?

Thanks for your response.

-L
 
When I tried to send a ICMP packet from a non-admin user, using
sendto() I am getting the following error WSAEACCES.

But the tracert/ping utilities of windows, is working fine.

Could anybody suggest a way to make it work?

Did you try to use IcmpSendEcho() instead? The RequestOptions parameter
allows to specify the TTL.

Jan
 
Back
Top