Skip to content
Eddie Kohler edited this page Oct 18, 2017 · 4 revisions

ARPPrint Element Documentation

NAME

ARPPrint — Click element; pretty-prints ARP packets a la tcpdump

SYNOPSIS

ARPPrint([TAG, KEYWORDS])

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

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.

ELEMENT HANDLERS

  • active (read/write) — Returns or sets the ACTIVE parameter.

SEE ALSO

Print, CheckARPHeader

Generated by click-elem2man from ../../elements/ethernet/arpprint.hh:6 on 2017/10/17.

Clone this wiki locally