Stig Bjørlykke
changed
bug 10807
What |
Removed |
Added |
Status |
CONFIRMED
|
IN_PROGRESS
|
Comment # 3
on bug 10807
from Stig Bjørlykke
It looks like ip_checksum() gives the checksum in network-byte-order while the
other checksums in packet-p_mul is handled as host-byte-order, so it should be
correct to use ip_checksum().
Regarding the time field in the ACK frame (frame 8 in the provided capture):
you have incorrect "Length of Ack Info Entry", as this length should not
include the time field. If adjusting this length to 10 the timestamp option
should be shown correct.
You are receiving this mail because:
- You are watching all bug changes.