Understanding TCP session captured in Wireshark
Hi, I'm new to Wireshark and are wondering about a few thing...
The figure shows the TCP session captured in Wireshark
My questions are:
- How large is the window size in bytes for the given segment?
- What type of window is this?
- Which phase of a TCP connection does the selected segment belong to?
- How many bytes of payload are transferred in the given segment?
- Who sends the given TCP segment?
- How many bytes of payload from the application layer has been sent and received up until and including segment number 1446?
- Which application layer protocol is being used here?
- What type of connection does the application layer protocol use?
- How can user state be handled for a HTTP connection, so that the web server remembers the settings from the previous time the user visited the web site?
- Does the selected HTTP message transfer a user state indicator?