Skip to content
Eddie Kohler edited this page Oct 17, 2017 · 1 revision

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 2017/10/17.

Clone this wiki locally