What is the relationship between the packet arrival time you get using packet.time
1628612981.267997
(which seem to have sub-second accuracy) and the timestamp found in packet['TCP'].options?
Timestamp: ('Timestamp', (126599704, 1805779421))
From what I understand, the timestamp tuple is Val (the actual timestamp) and Ecr (echo reply). Is packet.time a scapy-specific thing? Is the timestamp only accurate to the second?