aboutsummaryrefslogtreecommitdiff
path: root/netsec-assignment1-S4498062/exercise3/udp-length-mismatch-explanation
blob: 543f7e4064e256d7fd010337bd6cc95879330e4a (plain) (blame)
1
2
3
4
5
6
The length field is calculated as

    length = len(header) + length(data)

Therefore, it is always 8 more than the data length.