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

I can see my camera device IP on arp -a in command prompt but there is no ARP request detected in Wireshark, why?

  • retag add tags

Is there any problem with my system or the camera device? why I am not receiving ARP request in the wireshark application I am using the Ethernet interface.

Bharathi's avatar
1
Bharathi
asked 2024-01-11 15:14:06 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

arp -a does not cause ARP requests to be sent. It merely reports what's currently in the machine's ARP table, which might be left over from an earlier ARP request.

You could try starting up Wireshark, deleting the ARP entry for your camera device, and then pinging the camera device. That will probably require that your machine send an ARP request to the get the MAC address of the camera device.

Guy Harris's avatar
19.9k
Guy Harris
answered 2024-01-12 08:29:40 +0000
edit flag offensive 0 remove flag delete link

Comments

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