Wireshark-bugs: [Wireshark-bugs] [Bug 8472] New: Add support for collectd's high-resolution time
Date: Thu, 14 Mar 2013 19:41:33 +0000
Bug ID 8472
Summary Add support for collectd's high-resolution times.
Classification Unclassified
Product Wireshark
Version unspecified
Hardware All
OS All
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee bugzilla-admin@wireshark.org
Reporter wireshark.org@nospam.verplant.org

Created attachment 10261 [details]
Initial version of the patch.

Build Information:

--
Starting with collectd 5.0, the representation of time has changed. The new
fields "TIME_HR" and "INTERVAL_HR" contain the seconds since the epoch in steps
of 2^{-30} seconds (roughly nanosecond precision). This patch adds support for
both time formats under the same "header fields" so that filtering can be done
without caring about the representation of time.

The time representation is documented at
<https://collectd.org/wiki/index.php/High_resolution_time_format>.

I have run a couple thousand iterations of fuzz testing for this change without
crashes.


You are receiving this mail because:
  • You are watching all bug changes.