ThomasHabets / arping

ARP Ping
http://www.habets.pp.se/synscan/programs.php
GNU General Public License v2.0
403 stars 63 forks source link

Implement gratuitous ARP #11

Closed ThomasOberhammer closed 11 years ago

ThomasOberhammer commented 11 years ago

Hi Thomas

I needed arping to send real gratuitous ARP, therefore I implemented this feature. Now I gladly feed the patch back to the project. I saw that this is also on your issues list (issue #4).

Thomas

Allows to send real gratuitous ARP with the destination MAC address field in the ARP frame set to the broadcast address. This is needed because some devices do not update their ARP table if this field is set to zero.

Example: arping -i -U

Signed-off-by: Thomas Oberhammer tho@open.ch Signed-off-by: Roman Hoog Antink rha@open.ch

ThomasHabets commented 11 years ago

Thanks. Merged.