what's the `tcp.analysis` ? and `tcp.analysis.flags`?
I have several questions about wireshark packet.
- why when I request a website, there will get two TCP connection?
you see the first two packets
60907 -> 80
and60908->80
2.what's the tcp.analysis
? and tcp.analysis.flags
?
3.is it possible to sort the TCP connection packets by each connect?
I mean, if there have two TCP connections, you see the 1-6
packet. is it possible to list like:
1
3
5
2
4
6