-
Notifications
You must be signed in to change notification settings - Fork 321
ARPPrint
Eddie Kohler edited this page Oct 18, 2017
·
4 revisions
ARPPrint — Click element; pretty-prints ARP packets a la tcpdump
ARPPrint([TAG, KEYWORDS])
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 2017/10/17.