João Valverde
changed
bug 11857
Comment # 5
on bug 11857
from João Valverde
(In reply to Pascal Quantin from comment #3)
> Note that to see the TCP packet, you need to explicitly deactivate the
> "reassemble fragmented IPv4 packets" that is activated by default.
This is not the case for me. I always see the TCP header.
Version 2.1.0-819-g7c8314a (Git Rev Unknown from unknown)
(In reply to boaz.brickner from comment #4)
> So basically any TCP over IPv4 packet with More Fragments bit on will have
> not all data available for the TCP checksum?
> Makes sense.
> In this case, the IPv4 packet's Total Length matches the payload so I guess
> Wireshark could theoretically calculate the checksum, but I understand why
> it didn't.
Total length is the IPv4 fragment size. So the TCP data is not all available
and the TCP checksum cannot be validated.
You are receiving this mail because:
- You are watching all bug changes.