The twamp-test sender timestamp is not well decoded
Hello,
I've noticed today this bug in WS in twamp udp test packets: TS from Sender:
Timestamp: Oct 3, 2024 23:08:20.750977838 GMT
0xeaa99454c040156a
Here we are fine.
In the twamp reflector message we must copy this TS in the sender TS, so I copy exactly the same bits but the decoded result in Packet Details is:
Sender Timestamp: Oct 3, 2094 23:08:20.-1069542038 GMT
which is wrong for the same 0xeaa99454c040156a
I was struggling to see where is the issue with my reflector packet but finally it is wireshark issue.
Can you fix this one? Basically you need to decode the sender TS like the first TS in the packet and all will be fine.
I'm using WS 4.4.0
BR,
João
With sample capture attached to 16264: TWAMP dissector not working do you see the same issue?