Aumenta tu cifrado a WPA2 y coloca una contraseña que no sea ninguna palabra conocida o algoo que tenga que ver contigo.
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes Menú
Fuente: http://msdn.microsoft.com/en-us/library/ms740548(VS.85).aspx
Limitations on Raw Sockets
On Windows 7, Windows Server 2008 R2, Windows Vista, and Windows XP with Service Pack 2 (SP2), the ability to send traffic over raw sockets has been restricted in several ways:
1) TCP data cannot be sent over raw sockets.
2) UDP datagrams with an invalid source address cannot be sent over raw sockets. The IP source address for any outgoing UDP datagram must exist on a network interface or the datagram is dropped. This change was made to limit the ability of malicious code to create distributed denial-of-service attacks and limits the ability to send spoofed packets (TCP/IP packets with a forged source IP address).
3) A call to the bind function with a raw socket is not allowed.