-
Notifications
You must be signed in to change notification settings - Fork 321
ARPFaker
Eddie Kohler edited this page Oct 17, 2017
·
2 revisions
ARPFaker — Click element; periodically generates an ARP reply
ARPFaker(DSTIP, DSTETH, SRCIP, SRCETH)
Ports: no inputs, 1 output
Processing: push
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.
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);
You probably want to use ARPResponder rather than ARPFaker.
Generated by click-elem2man from ../elements/ethernet/arpfaker.hh:9
on 2017/10/17.