First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Only ARP requests but no response

Hello When I capture my own traffic on Wireshark for the protocol ARP , I only sees the ARP requests for the same network address and there are no replies seen. Could any anyone help with answer?

Umesh Bhambri's avatar
3
Umesh Bhambri
asked 2019-08-21 08:15:50 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Not really sure what you mean. Do you seen ARP requests go out for your network interfaces IP address, or do you see them for another address on your network, or off your network? What capture engine do you use? Either WinPcap, Npcap or something else? On what platform, and does it have VPN and or firewalls installed? etc.

Jaap's avatar Jaap (2019-08-21 16:57:37 +0000) edit

It is on the same network, I use WinPcap

Umesh Bhambri's avatar Umesh Bhambri (2019-08-22 04:04:31 +0000) edit
add a comment see more comments

1 Answer

0

If you see ARP requests for other IP addresses on your subnet (so for IP addresses that are not the IP address of the host you're capturing on) and sent by other systems than the host you are capturing on, then it is correct that you only see the requests.

This is because the requests are send by broadcast (so every system in the subnet will see them), but the response is sent with an unicast to the system that sent the ARP request. On a switched network, the packet will only be sent to the port on which that system is connected.

SYN-bit's avatar
18.5k
SYN-bit
answered 2019-08-21 23:48:08 +0000
edit flag offensive 0 remove flag delete link

Comments

Perfect. Thank you

Umesh Bhambri's avatar Umesh Bhambri (2019-08-22 04:02:47 +0000) edit

If this answer answered your question, could you click on the check-mark next to it to mark this question as having been answered?

SYN-bit's avatar SYN-bit (2019-08-23 07:50:42 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer