Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] getting the time

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 21 Jan 2010 13:42:36 -0800
On Jan 21, 2010, at 1:20 PM, philippe alarcon wrote:

> Because I have used abs_time_secs_to_str() to convert the time value in a string.

Why not make the *value* be the time as an nstime_t (set secs to the time value, set nsecs to 0), and use proto_tree_add_time_format_value() to display it without the fraction-of-a-second part?