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 |
[email protected]
|
Reporter |
[email protected]
|
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.