Skip to content

Commit c700301

Browse files
authored
Update articles/network-watcher/packet-capture-inspect.md
1 parent b0691ef commit c700301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/network-watcher/packet-capture-inspect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When a TCP connection is established, the first three packets sent in the connec
4848

4949
The first two packets involved in the TCP handshake are the [SYN], [SYN, ACK] packets. You don't need the last packet in the handshake, which is the [ACK] packet. The client sends the [SYN] packet. Once the server receives the [SYN] packet, it sends the [ACK] packet as an acknowledgment of receiving the [SYN] from the client.
5050

51-
:::image type="content" source="./media/packet-capture-inspect/syn-filter.png" alt-text="Screenshot shows how to apply a filter to see the [SYN] and and [SYN, ACK] packets in a TCP stream in Wireshark." lightbox="./media/packet-capture-inspect/syn-filter.png":::
51+
:::image type="content" source="./media/packet-capture-inspect/syn-filter.png" alt-text="Screenshot shows how to apply a filter to see the [SYN] and [SYN, ACK] packets in a TCP stream in Wireshark." lightbox="./media/packet-capture-inspect/syn-filter.png":::
5252

5353
1. Select the [SCK] packet.
5454

0 commit comments

Comments
 (0)