**This is automatically generated documentation.** Edit after the "[[#COMMENTS|COMMENTS]]" heading; changes to the main body will be lost. ====== AggregateLength Element Documentation ====== ===== NAME ===== **AggregateLength** -- Click element; sets aggregate annotation based on packet length ===== SYNOPSIS ===== AggregateLength(//KEYWORDS//) **Ports**: 1 input, 1 output\\ **Processing**: agnostic\\ **Drivers**: userlevel\\ **Package**: analysis (core)\\ ===== DESCRIPTION ===== 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. ===== NOTES ===== If IP is true, then packets without a network header are pushed onto output 1, or dropped if there is no output 1. ===== SEE ALSO ===== [[AggregateIP]], [[AggregateCounter]] Generated by 'click-elem2man' from '../elements/analysis/aggregatelen.hh' on 24/May/2007. ===== COMMENTS =====