summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Up version to 2.23arping-2.23Thomas Habets2022-03-061-1/+1
* seccomp: Add newfstatat to whitelistThomas Habets2022-03-061-2/+5
* seccomp: Add pselect6 to whitelistThomas Habets2022-03-061-0/+1
* Work around VLAN bug in libpcap 1.7-1.9.0Thomas Habets2022-03-011-2/+42
* For dot1q: check that reply actually is dot1qThomas Habets2022-03-011-0/+18
* Check received VLAN tag when using -VThomas Habets2022-03-011-2/+20
* Print library versionsThomas Habets2022-03-011-0/+14
* More checking for short packetsThomas Habets2022-03-011-12/+32
* Print verbose message when seccomp enabledThomas Habets2021-12-261-0/+3
* Clean up --help textThomas Habets2021-12-261-2/+2
* Don't show seccomp help if it not compiled inThomas Habets2021-12-261-5/+10
* configure: error out if default seccomp requested but not presentThomas Habets2021-12-261-0/+3
* Add seccomp to drop syscall access before receiving any packetsThomas Habets2021-12-094-14/+108
* Don't attempt to use caps if header doesn't existThomas Habets2021-11-301-0/+7
* Also try lo0 as a fallback interface. Fixes default use on OpenBSDThomas Habets2021-11-051-17/+51
* Change git clone protocol to httpsThomas Habets2021-11-021-1/+1
* Fix missing comma compilation errorThomas Habets2021-11-021-1/+1
* -P (reply mode) will set ARP Target MAC Address by -t (target MAC) optionNatasFX2021-11-021-1/+1
* Augment return value check of pcap_next_exPeiwei Hu2021-11-021-1/+1
* Up version to 2.22arping-2.22Thomas Habets2021-06-271-1/+1
* unit tests: Remove test registry code in favour of code duplication.Thomas Habets2021-01-201-47/+41
* Add stuff to .gitignoreThomas Habets2020-09-101-0/+25
* Include header files that should be thereThomas Habets2020-09-101-0/+2
* Add LSP build stuffThomas Habets2020-09-101-0/+5
* Up version to 2.21arping-2.21Thomas Habets2020-03-081-1/+1
* Fix some format strings for ssize_tThomas Habets2020-01-031-5/+5
* Remove use of random() where possibleThomas Habets2019-12-201-1/+21
* Add timestamp and magic suffix as payload to mac ping (ICMP PING)Thomas Habets2019-12-202-5/+77
* More verbosity in pingmac, and check icmp codeThomas Habets2019-12-191-1/+35
* Set length in IPv4 header to include paddingThomas Habets2019-12-191-1/+2
* Clarify that libnet 1.1 and newer is OK, not just 1.1.xThomas Habets2019-11-233-18/+10
* Check signal() return codeThomas Habets2019-11-121-1/+5
* Add some ifdefs for portabilityThomas Habets2019-11-071-0/+12
* Fix libnet paths in build-test.shThomas Habets2019-11-071-1/+8
* Add extra/build-test.shThomas Habets2019-11-071-0/+13
* Error on deprecated codeThomas Habets2019-11-071-0/+2
* Allow EXTRA_CFLAGSThomas Habets2019-11-071-0/+1
* Use pcap_findalldevs() when available instead of pcap_lookupdev()Thomas Habets2019-11-072-1/+48
* Switch from rand() to random()Thomas Habets2019-11-011-1/+1
* Suppress linter warning about loss of fractionThomas Habets2019-11-011-1/+1
* Alloc a whole libnet_t in mockThomas Habets2019-11-011-2/+2
* Explicit cast to satisfy coverityThomas Habets2019-11-011-1/+1
* Clarify logic of 'is parm given', hopefully satisfying coverityThomas Habets2019-11-011-1/+1
* Alloc a whole libnet_t in mockThomas Habets2019-11-011-1/+1
* chdir('/') after chroot()Thomas Habets2019-11-011-0/+6
* Add notes on coding styleThomas Habets2019-10-241-0/+12
* Quiet pedantic compiler warningsThomas Habets2019-10-181-1/+4
* Update list of tested systemsThomas Habets2019-09-221-6/+6
* Up version to 2.20arping-2.20Thomas Habets2019-08-181-1/+1
* Fix typo in error messageThomas Habets2019-07-311-1/+1