in reply to (Golf) Analyzing Time From tcpdump Output

This works for me.

perl -0pe'@n=/\d+\.\d+/g;$_=$n[-1]-$n[0]'

--Dave