Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

StoreTimestamp Element Documentation

NAME

StoreTimestamp — Click element; store packet timestamps in packet data

SYNOPSIS

StoreTimestamp([keywords OFFSET, TAIL])

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

StoreTimestamp stores each packet's timestamp annotation somewhere in its data. Supply exactly one of the OFFSET and TAIL keywords.

Keyword arguments are:

  • OFFSET — Integer. Store the timestamp starting OFFSET bytes into the packet. The packet will be extended, if necessary, so that it's at least OFFSET+8 bytes long.
  • TAIL — Boolean. If true, the timestamp will be tacked on to the end of the packet.

SEE ALSO

SetTimestamp

Generated by click-elem2man from ../elements/analysis/storetimestamp.hh:7 on 2018/10/03.

Clone this wiki locally