-
Notifications
You must be signed in to change notification settings - Fork 82
AggregateLength
Tom Barbette edited this page May 7, 2020
·
3 revisions
AggregateLength — Click element; sets aggregate annotation based on packet length
AggregateLength(KEYWORDS)
Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic
Drivers: userlevel
AggregateLength sets the aggregate annotation on every passing packet to the packet's length, plus any length stored in the extra length annotation.
Keyword arguments are:
- IP — Boolean. If true, then only include length starting at the IP header. Default is false.
If IP is true, then packets without a network header are pushed onto output 1, or dropped if there is no output 1.
Generated by click-elem2man from ../elements/analysis/aggregatelen.hh:7
on 2020/05/07.