-
Notifications
You must be signed in to change notification settings - Fork 81
IP6Print
Tom Barbette edited this page Nov 25, 2022
·
4 revisions
IP6Print — Click element; pretty-prints IP6 packets
IP6Print([LABEL, NBYTES, CONTENTS, ACTIVE])
Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic
dumps simple information about ip6 packet. LABEL specifies the label at the head of each line. NBYTES specify how many bytes to print and CONTENTS specify if the content should be printed, in hex. NBYTES and CONTENTS are keywords.
Keyword arguments are:
- LABEL — String. A label to print before each packet. Default is an empty label.
- NBYTES — Integer. Determines how many bytes to print. Default is 1500 bytes.
- CONTENTS — Boolean. Determines whether the packet data is printed (in hex). Default is false.
- ACTIVE — Boolean. If false, then don't print messages. Default is true.
- active (read-write) — Sets/Gets the active flag of this element.
Generated by click-elem2man from ../elements/ip6/ip6print.hh:7
on 2022/11/25.