TCP, IP Packet Analysis with Wireshark
Packet Analysis Packet Analysis Goals View IP packet header View TCP packet header See 3-way handshake Reference Page https://support.microsoft.com/en-us/topic/how-to-use-tracert-to-troubleshoot-tcp-ip-problems-in-windows-e643d72b-2f4f-cdd6-09a0-fd2989c7ca8e Filtering for Clarity First, find the part where the 3-way handshake is done with TCP… (I found the [SYN] part by eye) Filter by IP and port IP: Filter packets by sender and receiver to the target host. TCP: Set the sending and receiving ports to the client port. You can see only the communication between a specific client and server on localhost. ...