Skip to content
Tom Barbette edited this page Oct 3, 2018 · 2 revisions

PrintAiro Element Documentation

NAME

PrintAiro — Click element; Prints raw Aironet header contents including 802.11 PLCP information, returns the underlying 802.11 packet.

SYNOPSIS

PrintAiro([TAG, KEYWORDS])

Ports: 1 input, 1 output
Processing: agnostic
Drivers: userlevel

DESCRIPTION

Keyword arguments are:

  • TIMESTAMP — Boolean. Determines whether to print each packet's timestamp in seconds since 1970. Default is false.
  • QUIET — Boolean. If true, don't print any Aironet header info, just decapsulate the 802.11 packet and pass it through. Default is false.
  • VERBOSE — Boolean. If true, print some extra information from the PLCP header. Default is false. This argument has no effect if QUIET is true.

SEE ALSO

Print, IPPrint, Print80211

Generated by click-elem2man from ../elements/local/printairo.hh:7 on 2018/10/03.

Clone this wiki locally