Skip to content
Tom Barbette edited this page Nov 25, 2022 · 1 revision

FlowStrip Element Documentation

NAME

FlowStrip — Click element; FlowStrips bytes from front of packets

SYNOPSIS

FlowStrip(LENGTH)

Batching: Batching natively supported
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:

 FlowStrip(14)

SEE ALSO

FlowStripToNetworkHeader, FlowStripIPHeader, EtherEncap, IPEncap, Truncate

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

Clone this wiki locally