Skip to content
Tom Barbette edited this page May 7, 2020 · 3 revisions

ARPFaker Element Documentation

NAME

ARPFaker — Click element; periodically generates an ARP reply

SYNOPSIS

ARPFaker(DSTIP, DSTETH, SRCIP, SRCETH)

Batching: Batching natively supported
Ports: no inputs, 1 output
Processing: push

DESCRIPTION

Every 10 seconds, sends an ARP "reply" packet to DSTIP/DSTETH claiming that SRCIP has ethernet address SRCETH. Generates the ethernet header as well as the ARP header.

EXAMPLES

Sends ARP packets to 18.26.4.1 (with ether addr 00-E0-2B-0B-1A-00) claiming that 18.26.4.99's ethernet address is 00-A0-C9-9C-FD-9C.

 ARPFaker(18.26.4.1, 0:e0:2b:b:1a:0, 18.26.4.99, 00:a0:c9:9c:fd:9c)
 -> ToDevice(eth0);

NOTES

You probably want to use ARPResponder rather than ARPFaker.

SEE ALSO

ARPQuerier, ARPResponder

Generated by click-elem2man from ../elements/ethernet/arpfaker.hh:9 on 2020/05/07.

Clone this wiki locally