summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Check if >0 packets received, not ==1.Thomas Habets2012-04-021-3/+3
* Fix warnings reported by clang.Thomas Habets2012-03-262-1/+4
* Using -1 is the same as 0, except older libpcap left 0 undefined.Thomas Habets2012-03-131-1/+1
* Added final statistics line with min/avg/max/std-dev.Thomas Habets2012-03-121-3/+49
* Always process all waiting packets.Thomas Habets2012-03-121-2/+2
* Upped version to 2.11Thomas Habets2012-03-121-39/+82
* For autodetection make sure interface is upThomas Habets2012-02-281-0/+3
* Fix null pointer dereference in interface finding code.Thomas Habets2012-02-281-0/+8
* Upped version to 2.10arping-2.10Thomas Habets2012-02-261-1/+1
* Only set BIOCIMMEDIATE if it's actually defined.Thomas Habets2011-11-291-1/+1
* correct docs wrt dots and bangsThomas Habets2011-11-221-1/+1
* Added some commentsThomas Habets2011-11-164-2/+25
* Updated generated filesThomas Habets2011-11-161-2/+3
* Be less verbose at verbosity level 1Thomas Habets2011-11-161-2/+2
* Code reorg: put windows code in separate file.Thomas Habets2011-11-165-117/+218
* Cleaned up interface-finding code.Thomas Habets2011-11-157-64/+53
* Code cleanup.Thomas Habets2011-11-051-57/+55
* use match_count to see if findif found somethingThomas Habets2011-11-051-3/+2
* Updated contact email thomas@habets.pp.se -> thomas@habets.seThomas Habets2011-11-034-7/+7
* Compile fix when there's no monotonic clockThomas Habets2011-11-031-1/+4
* Updated autogenerated filesThomas Habets2011-11-011-3/+6
* Added getifaddrs() and native BSD versions of findif.Thomas Habets2011-11-015-3/+358
* Merge from mainlineThomas Habets2011-11-011-28/+81
|\
| * changed from poll() to select() to work around bug in MacOSX.Thomas Habets2010-09-061-4/+5
| * Use monotonic clock to time out waiting for a replyThomas Habets2010-09-051-6/+50
| * use sig_atomic_t for sigint recordingThomas Habets2010-08-091-1/+1
| * silence cast warning on some archsThomas Habets2010-05-031-4/+4
| * Applied kfreebsd.patch from debian. Thanks to Petr Salinger.Thomas Habets2010-05-031-1/+1
| * Don't fail if not uid 0. We may have capabilities anyway, so try to go onThomas Habets2010-05-031-5/+7
* | change verbosity limit for 'listen for...' messageThomas Habets2010-04-031-1/+1
* | workaround for when there's no CLOCK_MONOTONIC (IRIX)Thomas Habets2010-04-021-1/+5
* | change all gettimeofday()/timeval to clock_getclock()/timespecThomas Habets2010-04-021-119/+61
* | changed ping_recv_unix to use clock_gettime() instead of gettimeofday()Thomas Habets2010-04-021-14/+52
|/
* Merge fixarping-2.09Thomas Habets2010-04-011-2/+3
|\
| * comments and empty linesThomas Habets2010-03-311-3/+4
* | include inttypes if it exists. Fixes compile on IRIX.Thomas Habets2010-04-012-0/+8
* | updated copyright year to 2010Thomas Habets2010-04-011-1/+1
* | include poll.hThomas Habets2010-03-311-0/+1
* | Solved the timing issues on SolarisThomas Habets2010-03-311-46/+48
|/
* Added -e, beep when there is *no* reply (close bug e4a)Thomas Habets2009-11-061-6/+26
* Document what -d doesThomas Habets2009-11-061-1/+3
* default to own IP address when doing -dThomas Habets2009-11-061-0/+11
* Don't default to quiet when doing -dThomas Habets2009-11-061-1/+0
* Never show negative percentagesThomas Habets2009-11-051-4/+10
* Fixed -d option: return 1 if dups are foundThomas Habets2009-11-051-1/+19
* swap dots and bangsThomas Habets2009-10-261-2/+2
* speling fixThomas Habets2009-10-261-1/+1
* Changed C++ comments to C commentsThomas Habets2009-10-261-28/+28
* Comment and minor cleanups. Should not be any code changeThomas Habets2009-10-071-32/+38
* Comment cleanups, no code changeThomas Habets2009-10-075-8/+14