简体   繁体   中英

How To See TCP Transferred Data Size In Wireshark

I am having difficulty about understanding tcp traffic between server working on 8000 port on my pc and my browser. I am trying to display an image in my browser that is hosted on this server. While loading the browser page, I started the wireshark and captured the traffic. My goal is to confirm that the transferred data with tcp is equal to 2621 bytes which is the size of the actual image.
Here is the traffic:
在此处输入图像描述

Here, I thought that the packet in which the image is transferred is this boxed packet. But its size is 262 bytes and not equal to actual image size. How can figure out in which packets the image is tranferred and how can I see its size? Thanks for helping.

Use Fiddler Classic to inspect HTTP/HTTPS traffic to and from browsers.

https://www.telerik.com/fiddler/fiddler-classic

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM