Skip to content

StripToNetworkHeader

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

StripToNetworkHeader Element Documentation

NAME

StripToNetworkHeader — Click element; strips everything preceding network header

SYNOPSIS

StripToNetworkHeader()

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Strips any data preceding the network header from every passing packet. Requires a network header annotation, such as an IP header annotation, on every packet. If the packet's network header annotation points before the start of the packet data, then StripToNetworkHeader will move the packet data pointer back, to point at the network header.

SEE ALSO

Strip

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

Clone this wiki locally