[tshark] how to get a response consumed traffic after grabbing packets through tshark

as mentioned above, I use the tshark command to grab the package, and I can also obtain the specific request address and other information through the command.
the current scenario is that
has an image address. When we open this address in the browser, the developer tool of the browser calculates the specific traffic.
but is this information in the package of tshark?

Thank you all!

Mar.13,2021

Yes, you can use -e http.content_length to output the length of the http body.

only if your http response package is not fragmented, or if you configure tshark to display the recombination package

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ea49-2c442.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ea49-2c442.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?