I have downloaded a wireshark profile that has a coloring rule for tcp.flags & 0x02 || tcp.flags.fin == 1. I'm trying to figure out what the TCP SYN (synchronize sequence numbers) and FIN (sender is finished sending data) means or how it happens. Here's my trace. I'm referring to frame 22 and 25. If you can point me in the right direction for TCP documentation. I looked at TCP Illustrated and couldn't find anything. Or if you can answer in what case this would happen. asked 26 Mar '14, 10:55 gipper closed 26 Mar '14, 14:35 grahamb ♦ |
Disregard this I made a mistake on a coloring rule.