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

PacketLogger Element Documentation

NAME

PacketLogger — Click element; Log packets for later dumping/analysis.

SYNOPSIS

PacketLogger(ETHERTYPE ethertype)

Ports: 1 input, 1 output
Processing: agnostic

DESCRIPTION

expects packets with ethernet headers. records timestamp, source MAC address, and the first few bytes of every packet to pass through. the list of recorded data can be dumped by repeated calls to the read handler 'packets'.

this is for logging received experiment packets on the roofnet.

an NBYTES keyword would be nice.

Generated by click-elem2man from ../elements/grid/packetlogger.hh:9 on 2018/10/03.

Clone this wiki locally