Is there anyway in wireshark to do this easily? I hope it's not something simple that I keep missing. I just need to be able to find the total number of data bytes sent of a TCP connection excluding the headers. asked 23 Apr '12, 15:01 PandaSlanda edited 23 Apr '12, 15:02 |
One Answer:
If you want to know how much payload data was sent in a TCP connection, you can look at the sequence number in each direction. answered 23 Apr '12, 15:26 SYN-bit ♦♦ |