-
Notifications
You must be signed in to change notification settings - Fork 81
ARPPrint
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
ARPPrint — Click element; pretty-prints ARP packets a la tcpdump
ARPPrint([TAG, KEYWORDS])
Batching: Batching natively supported
Ports: 1 input, 1 output
Processing: agnostic
Expects ARP packets as input.
Prints out ARP packets in a human-readable tcpdump-like format, preceded by the TAG text.
Keyword arguments are:
- TIMESTAMP — Boolean. Determines whether to print each packet's timestamp in seconds since 1970. Default is true.
- ETHER — Boolean. Determines whether to print each packet's Ethernet addresses. Default is false.
- OUTFILE — String. Only available at user level. Print information to the file specified by OUTFILE instead of standard error.
- ACTIVE — Boolean. If false, don't print messages. Default is true.
- active (read/write) — Returns or sets the ACTIVE parameter.
Generated by click-elem2man from ../elements/ethernet/arpprint.hh:6
on 2018/10/03.