Packet Generators: Difference between revisions

Line 82:
*Crafting ARP Packet:
 
Be careful with this example, it will stopmay break yourcause connectivityLAN with routerissues for some time.<br />
You need to clear arp cache or wait for timeout on the device/router 192.168.1.110.
 
>>> a = ARP()
>>> a.pdst="192.168.1.110"
>>> a.hwsrc="11:11:11:11:11:11"
>>> a.psrc="1.1.1.1"