summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Up version to 2.17arping-2.17Thomas Habets2016-06-271-1/+1
* test: Check return value of asprintf()Thomas Habets2016-06-271-1/+3
* Add 2016 to copyright year rangeThomas Habets2016-06-271-1/+1
* Add padding to IP and MAC pingsThomas Habets2016-05-081-4/+18
* Check setvbuf() for errorsThomas Habets2015-12-231-1/+5
* Add end of line to some verbose strings.Thomas Habets2015-12-211-3/+3
* Up version to 2.16.arping-2.16Thomas Habets2015-12-071-1/+1
* Added release docs to HACKING.mdThomas Habets2015-12-071-0/+14
* Correct packet testing script comment.Thomas Habets2015-12-071-1/+1
* Fix packet testing script.Thomas Habets2015-12-071-22/+27
* Fix libnet CONST check. Mental note: C is not C++Thomas Habets2015-12-071-2/+2
* Add extra/packets.exp to test generated packets.Thomas Habets2015-11-271-0/+110
* Test exit code correctnessThomas Habets2015-11-271-0/+55
* Detect too many args and bail.Thomas Habets2015-11-271-0/+7
* Simplify option parsing a bit by reduceing state variables.Thomas Habets2015-11-271-25/+28
* Added some const correctnessThomas Habets2015-11-271-7/+7
* Better errors when flags used incorrectly.Thomas Habets2015-11-271-5/+9
* Test -d a bitThomas Habets2015-11-271-1/+9
* Rework getopt loopAlexey Mochkin2015-11-271-46/+67
* Detect if libnet_addr2name4 takes const char* addrThomas Habets2015-11-261-0/+15
* Check if `libnet_init()` takes const for device.Thomas Habets2015-11-252-1/+22
* Add comment for vim linemodeAlexey Mochkin2015-11-251-0/+2
* Correctly check if libnet_init fails.Thomas Habets2015-11-254-5/+99
* Update link to libnetThomas Habets2015-11-141-1/+3
* Don't rely on C99 features.Thomas Habets2015-09-241-3/+6
* Clean up get_mac_addr and strip_newlines, and add unit tests.Thomas Habets2015-09-242-43/+104
* Use suitable lookupdev for system.Thomas Habets2015-04-221-2/+2
* Silence all warnings in unit tests on clang.Thomas Habets2015-04-222-3/+19
* Handle all display cases, silencing a warning in clang.Thomas Habets2015-04-221-0/+5
* Conditionally include grp.h and sys/param.h.Thomas Habets2015-04-222-0/+10
* Add check dependency to travis.Thomas Habets2015-04-221-1/+1
* Add test on some borken packets.Thomas Habets2015-04-222-8/+228
* Add tests on output.Thomas Habets2015-04-221-1/+135
* Initial unit test.Thomas Habets2015-04-226-10/+219
* Fix typo in Travis-CI config.Thomas Habets2015-04-221-1/+1
* Add Travis-CI config.Thomas Habets2015-04-221-0/+8
* Merge pull request #18 from newbg/8021p-v2Thomas Habets2015-02-113-6/+31
|\
| * Add -Q option to specify 802.1Q priority.Nikolay Aleksandrov2015-02-113-6/+31
|/
* Add -V for supplying a 802.1Q tag.Thomas Habets2015-02-054-46/+133
* Up version to 2.15.arping-2.15Thomas Habets2015-01-101-1/+1
* Have expect celebrate when it succeeds.Thomas Habets2015-01-101-0/+3
* Remove autom4te.cache from tarball.Thomas Habets2015-01-101-0/+1
* Add comment on BIOCIMMEDIATE use.Thomas Habets2014-12-051-0/+1
* Friendlier error message if setting timestamp type fails.Thomas Habets2014-12-051-1/+5
* Add option -m to allow setting timestamp type.Thomas Habets2014-12-054-5/+55
* Use pcap_set_immediate_mode() to remove buffering delay.Thomas Habets2014-12-052-1/+12
* Use pcap_create() instead of pcap_open_live(), when available.Thomas Habets2014-12-052-5/+52
* Up version to 2.14.arping-2.14Thomas Habets2014-06-291-1/+1
* Fix tests that try to autodetect interface.Thomas Habets2014-06-291-2/+2
* Put -C on the -h help.Thomas Habets2014-06-171-1/+1