]> The Tcpdump Group git mirrors - tcpdump/commit
IGMPv3's Max Response Time is in units of 0.1 second.
authorBill Fenner <[email protected]>
Mon, 13 Feb 2012 16:27:08 +0000 (08:27 -0800)
committerBill Fenner <[email protected]>
Mon, 13 Feb 2012 16:27:08 +0000 (08:27 -0800)
commitda7a3c3c849ea001c4a92ae0ad359d5cb86cae66
tree549fc4df0e8bca7f33b450ae8e6652af091a3c84
parent8b82b3557c2291afbc1a2da9c0475c166f8438b4
IGMPv3's Max Response Time is in units of 0.1 second.

If it's less than 60 seconds, print it as %.1fs, to be able to
accurately represent small values including the tenths-of-a-second.
Only use relts_print() when it is 60 seconds or more.
print-igmp.c