I have Win8 (32 Bit) , I Installed WinPCap 4.1.2 I Started rpcapd in services (ERORR MASSAGE : Can't get list of interfaces: Is the server properly installed on 192.168.1.7? connect() failed: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host failed to respond. (col###))
(ERORR MASSAGE #Some times# : Can't get list of interfaces: Is the server properly installed on 192.168.1.1? connect() failed: No connection could be made because the target machine actively refused it. (code 10061)) I USED CAIN AND ABEL AND I CAPTURE EVERYTHING BUT I DON'T KNOW WHY DON'T WORK WITH WIRESHARK ! What i do to use remote interface i really need this PLEASE HELP!!!!! asked 13 Jul '14, 11:17 Al00X edited 20 Jul '14, 13:14 Guy Harris ♦♦ |
2 Answers:
Error code 10061 means, there is either no service listening on the target port (TCP reset or ICMP port unreachable from the OS) or 'something' (firewall) blocks the connection request. Please make sure, that the local firewall (Windows or third party) allows connection on the port that is being used by rpcapd and that rpcapd is started properly (check with netstat -na). Regards answered 15 Jul '14, 03:10 Kurt Knochner ♦ |
According to the WinPCap site, you need version 4.1.3 for windows 8 compatibility. See http://www.winpcap.org/news.htm answered 14 Jul '14, 05:24 grahamb ♦ Oh yeah i see it thx (19 Jul '14, 13:09) Al00X |
Than Q Very Much This Answer was really helpful (SOLVED)