I need to identify the transfer time of a packet. More specifically I need:
- The time when the packet leaves node A
- The time when the packet arrives at node B
Is there any way of identify the packet without error? I was thinking of using tcpdump/tshark at node A and at node B, but is possible to identify the packet?? How?