I want to use tcpreplay
to replay a packet trace made of TCP and UPD packets.
Is there a way to attach a timestamp to each outgoing packet, so that I will be able to compute the round trip time once all replies have been received (and dumped)?
Otherwise, which other tool should I use?