
This is a screenshot of a packet capture. It shows the first part of the minute when Wireshark was called up on the computer and began capturing. The screenshot shows 133 packets captured. None have been lost.
The first packet is a broadcast packet. The router has sent out an ARP request to see what computers are responding on this home network. The sender IP address is 192.168.12.1, which is the router. The router sent out a broadcast. The IP address target was 192.168.12.118. This is this computer’s assigned IP address on this network, which is a private home network.
The second packet is a routing ARP packet. The third packet is a transmission control protocol syn packet from a private address- 192.168.12.118 to 17.0.0.1. The private address is this computer, as it is a home computer on a mass market subscription router.
The three black lines show a TCP ACK unseen: a transmission control protocol acknowledgement was not seen, packet 7. Packet 9 is black to show that a packet was not captured. Packet 10 is a retransmission of a syn packet.
Packets 12, 13, and 14 are neighbor advertisements. This is a home network with multiple computers on the system.

This is the filter for the arp request. The computers have such poignant questions for each other, as they speak into the void.