summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy complaints. No actual changes.HEADarping-2.xThomas Habets2022-12-193-4/+7
* fixed missing variable for command line parsingpusi772022-11-181-0/+1
* Use proper old style (but clear) prototypeThomas Habets2022-11-021-1/+1
* Remove shadowing variablesThomas Habets2022-11-021-16/+16
* arping_test: Remove most warningsThomas Habets2022-11-021-16/+14
* Explicitly cast double to uint32, to suppress warningThomas Habets2022-11-021-1/+4
* fuzz: Remove Wconversion warningsThomas Habets2022-10-301-4/+4
* Cast sec to doubleThomas Habets2022-10-301-1/+1
* Fix conversion warnings for -CThomas Habets2022-10-301-8/+44
* Simplify fallback for generating suffixThomas Habets2022-10-301-27/+19
* Fix conversion warningThomas Habets2022-10-261-1/+1
* Fix int castThomas Habets2022-10-261-1/+1
* Use PCAP_NETMASK_UNKNOWN, where availableThomas Habets2022-10-261-2/+8
* Fix libcheck warningThomas Habets2022-10-261-4/+4
* Fix typo in vlan tag error messageThomas Habets2022-10-261-1/+1
* Parse -wW strictly as floatThomas Habets2022-10-262-3/+113
* Parse -VQCc strictly as numThomas Habets2022-10-262-5/+91
* arping_test: use STDOUT_FILENO, not 1Thomas Habets2022-10-261-9/+9
* Exit with failure if failing to write to stdout/stderrThomas Habets2022-03-091-2/+33
* 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
* Add seccomp to drop syscall access before receiving any packetsThomas Habets2021-12-091-7/+91
* 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
* 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
* unit tests: Remove test registry code in favour of code duplication.Thomas Habets2021-01-201-47/+41
* Include header files that should be thereThomas Habets2020-09-101-0/+2
* 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-201-4/+75
* 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
* Check signal() return codeThomas Habets2019-11-121-1/+5
* Add some ifdefs for portabilityThomas Habets2019-11-071-0/+12
* 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-071-0/+47
* 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