**This is automatically generated documentation.** Edit after the "[[#COMMENTS|COMMENTS]]" heading; changes to the main body will be lost. ====== 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\\ **Package**: ethernet (core)\\ ===== 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. ? **OUTFILE** ! String. Only available at user level. Print information to the file specified by OUTFILE instead of standard error. ===== SEE ALSO ===== [[Print]], [[CheckARPHeader]] Generated by 'click-elem2man' from '../elements/ethernet/arpprint.hh' on 24/May/2007. ===== COMMENTS =====