I am using Wireshark to capture TCP
communication packets in my experiment (using Mininet Simulation). The experiment involves a client (10.0.0.2) who requests HTTP
page from the server (10.0.0.1). The following screenshot shows the capturing number 75 when the client sends HTTP GET and capturing number 89 when the server responds. Between them, I don't know what these packets are. Are they important in terms of TCP communication?
Thank you