Statistics > Summary to get a general overview of the capture file, including the capture duration, packet count, and average packet size.Statistics > Protocol Hierarchy to see the distribution of protocols. This helps confirm the presence of expected HTTP and TLS traffic.Statistics > Conversations > TCP tab and check for any retransmissions tcp.analysis.retransmission, duplicate ACKs, or triple duplicate ACKs.Statistics > TCP Stream Graphs > Window Scaling to visualise window sizes.ip.flags.mf == 1 or ip.frag_offset > 0.Follow TCP Stream feature by right-clicking on a packet within the flow and selecting Follow > TCP Stream.Statistics > TCP Stream Graphs > Round Trip Time.tls.handshake to ensure handshakes are completing without excessive delays or retries. Handshake issues can indicate problems with certificate exchange or encryption setup. DO this: tls.handshake + Statistics > I/O Graphs to visualize the handshake durations over time.tls.record for any records showing errors or alerts.http.request and http.response to isolate and examine HTTP transactions. Look at the time differences between requests and responses to identify any delays.Analyze > Expert Information to view Wireshark's expert analysis on possible issues like malformed packets or protocol violations.tcp.analysis.retransmission || tcp.analysis.fast_retransmissiontcp.window_size < 1024ip.flags.mf == 1 || ip.frag_offset > 0tls.handshakehttp.requesthttp.response