in reply to (Golf) Analyzing Time From tcpdump Output
perl -0pe'@n=/\d+\.\d+/g;$_=$n[-1]-$n[0]'
--Dave