summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add seccomp to drop syscall access before receiving any packetsThomas Habets2021-12-092-6/+9
| | | | | | | | | | | | seccomp is not as good as pledge(), in that different systems, and even different versions of any of the transitively dependent libraries, will need different syscalls. This feature is therefore off by default, and should be considered experimental. Maybe the right long term solution is to blacklist, not whitelist. Which is also not great, as new syscalls get created.
* Fix typo.Thomas Habets2017-08-022-2/+2
| | | | Fixes #26
* Add option -g to specify group to drop privs toThomas Habets2017-06-202-2/+6
| | | | Fixes https://github.com/ThomasHabets/arping/issues/24
* Make `arping` -w/-W behave like `ping` and `iputils-arping`Thomas Habets2016-11-232-7/+7
| | | | | | | | I think I did it in microseconds in the past because the ping I was looking at did that. But that was over 16 years ago so I could be wrong or it could have changed. Fixes #22
* Add -Q option to specify 802.1Q priority.Nikolay Aleksandrov2015-02-112-2/+7
| | | | | | | | Since the 802.1p priority is a part of the 802.1Q VLAN header, it requires that the -V option is also specified. The allowed priority values are 0 (default) - 7. Signed-off-by: Nikolay Aleksandrov <razor@blackwall.org>
* Add -V for supplying a 802.1Q tag.Thomas Habets2015-02-052-2/+5
| | | | | | | | | Tag is added on sent packets and expected on replies. This gives the ability to arping hosts on multiple different 802.1Q VLANs without actually having to create them as subinterfaces. Adapted from patch by Nikolay Aleksandrov <razor@blackwall.org>.
* Add option -m to allow setting timestamp type.Thomas Habets2014-12-052-0/+5
|
* Added -P, to send ARP replies instead of ARP requests.Thomas Habets2014-06-172-0/+3
| | | | | | This can be useful with -U. Fixes #15.
* Add -W <sec> option.Thomas Habets2014-05-222-2/+13
| | | | Just like -w but in floating point seconds instead of microseconds.
* Add -C <n> to immediately exit after receiving <n> replies.Thomas Habets2014-05-222-0/+3
| | | | Thanks to tolysz <tolysz@gmail.com>
* Minor updates to manpage.Thomas Habets2012-12-012-22/+31
|
* Implement gratuitous ARPThomas Oberhammer2012-11-301-0/+8
| | | | | | | | | | | | | 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 <interface> -U <interface IP> Signed-off-by: Thomas Oberhammer <tho@open.ch> Signed-off-by: Roman Hoog Antink <rha@open.ch>
* Removed generated files.Thomas Habets2012-10-031-428/+0
|
* Upped version to 2.11arping-2.11Thomas Habets2012-02-281-52/+103
|
* correct docs wrt dots and bangsThomas Habets2011-11-222-2/+2
|
* Updated generated filesThomas Habets2011-11-031-1/+1
|
* Updated contact email thomas@habets.pp.se -> thomas@habets.seThomas Habets2011-11-031-1/+1
|
* Options should be minuses in manpage, not hyphens.Thomas Habets2010-05-053-48/+57
| | | | See http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html
* regenerated manpageThomas Habets2010-05-051-9/+9
|
* manpage tweak to fit in 80 columnsThomas Habets2010-05-051-9/+9
|
* fix manpage warning (line too long)Thomas Habets2010-05-042-2/+7
|
* comments and empty linesThomas Habets2010-03-311-2/+2
|
* Added -e, beep when there is *no* reply (close bug e4a)Thomas Habets2009-11-062-2/+5
|
* Document what -d doesThomas Habets2009-11-062-2/+4
|
* Comment cleanups, no code changeThomas Habets2009-10-071-0/+2
|
* More fixing with the build systemThomas Habets2009-09-302-4/+8
|
* More build system fixingThomas Habets2009-09-301-0/+152
|
* Moved build system around a bitThomas Habets2009-09-303-0/+501