-
Notifications
You must be signed in to change notification settings - Fork 82
StoreTimestamp
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
StoreTimestamp — Click element; store packet timestamps in packet data
StoreTimestamp([keywords OFFSET, TAIL])
Ports: 1 input, 1 output
Processing: agnostic
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.
Generated by click-elem2man from ../elements/analysis/storetimestamp.hh:7
on 2018/10/03.