https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4956
--- Comment #11 from Cal Turney <turney_cal@xxxxxxx> 2010-07-11 19:48:29 PDT ---
(In reply to comment #6)
> The patch rounds SRT to the nearest 1 usec.
>
> However, the min/max times are still truncated.
>
> I would think these times should also be rounded.
>
> What do you think ?
>
> g_snprintf(rp->smin,...,...,(int)rp->min.nsecs/1000)
Bill, I've uploaded the updated patch which also rounds the MIN/MAX SRTs which
is helpful in cases where the capture has been stored in a format that supports
nanosecond precision timestamps. Thanks for the suggestion. Until I did a bit
of research, I wasn't aware that most libpcap formats only allow for us
precision. I'll make the same improvements to the other two patches that I
mentioned.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.