Skip to content
Eddie Kohler edited this page Oct 17, 2017 · 2 revisions

Strip Element Documentation

NAME

Strip — Click element; strips bytes from front of packets

SYNOPSIS

Strip(LENGTH)

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

Deletes the first LENGTH bytes from each packet.

EXAMPLES

Use this to get rid of the Ethernet header:

 Strip(14)

SEE ALSO

StripToNetworkHeader, StripIPHeader, EtherEncap, IPEncap, Truncate

Generated by click-elem2man from ../elements/standard/strip.hh:7 on 2017/10/17.

Clone this wiki locally