Skip to content

StripTransportHeader

Tom Barbette edited this page Nov 25, 2022 · 2 revisions

StripTransportHeader Element Documentation

NAME

StripTransportHeader — Click element; strips outermost IP header

SYNOPSIS

StripTransportHeader()

Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Strips the outermost Transport header from IP packets, based on the Transport Header annotation.

Note that the packet's annotations are not changed. Thus, the packet's transport header annotation continues to point at the transport header, even though the transport header's data is now out of range. To correctly handle an IP-in-IP packet, you will probably need to follow StripTransportHeader with a CheckIPHeader or MarkIPHeader element, thus marking the packet's inner header.

SEE ALSO

CheckIPHeader, CheckIPHeader2, MarkIPHeader, UnStripTransportHeader, Strip

Generated by click-elem2man from ../elements/tcpudp/striptransportheader.hh:9 on 2022/11/25.

Clone this wiki locally