-
Couldn't load subscription status.
- Fork 90
SetTimestampDelta
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
SetTimestampDelta — Click element; replace packet timestamps with deltas
SetTimestampDelta([keywords TYPE])
Ports: 1 input, 1 output
Processing: agnostic
SetTimestampDelta replaces nonzero packet timestamps with deltas.
Keyword arguments are:
- TYPE —
Sets the type of delta. The default is
RANGE, which means the delta relative to the first nonzero packet timestamp encountered. Other possibilities areNOW, which means the delta between its current timestamp and now, andFIRST, which means the delta between its first timestamp annotation and its current timestamp.
- first (read-only) — Returns the earliest nonzero timestamp observed, if any.
- reset (write-only) — Clears the timestamp record. Future packet timestamps will be measured relative to the next nonzero timestamp encountered.
SetTimestamp, AdjustTimestamp, TimeFilter
Generated by click-elem2man from ../elements/analysis/settimestampdelta.hh:7 on 2018/10/03.