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

PacketStore Element Documentation

NAME

PacketStore — Click element; Log transmit feedback stats for later analysis.

SYNOPSIS

PacketStore(KEYWORKDS)

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

PacketStore records the size, timestamp, and other infor for each packet that passed through. The list of recorded data can be dumped (and cleared) by repeated calls to the read handler 'log'.

ELEMENT HANDLERS

  • log (read-only) — Print as much of the list of logged packets as possible, clearing printed packets from the log.
  • more (read-only) — Returns how many entries are left to be read.
  • reset (write-only) — Clears the log.

Generated by click-elem2man from ../elements/wifi/packetstore.hh:11 on 2018/10/03.

Clone this wiki locally