David Schweikert
9be8d6cb5d
remove references to fping6
8 years ago
David Schweikert
d9f86182e8
fix setting of IPv4 source address
8 years ago
David Schweikert
48ec5600e0
fix compatibility issue with GNU Hurd
8 years ago
David Schweikert
725893402d
reformat
8 years ago
David Schweikert
e5c3839073
integrate optparse ( https://github.com/skeeto/optparse )
8 years ago
David Schweikert
9787dd0136
sync with develop
8 years ago
David Schweikert
6b99b7bb89
compatibility fixes and prepare rc2
8 years ago
David Schweikert
35d52d0b30
Fix option -m to return all IPs of a hostname
8 years ago
David Schweikert
98269fb83e
unification work
8 years ago
David Schweikert
12971e5409
ipv4/ipv6 unification fixes
8 years ago
David Schweikert
3c53d9be3f
first version of fping that can do ipv4 and ipv6 at the same time
8 years ago
David Schweikert
8d4c69998d
unification work
8 years ago
David Schweikert
4262e74ff9
more cleanup
8 years ago
David Schweikert
e827b6719a
another attempt at fixing coverity warning
8 years ago
David Schweikert
64d41f6295
coverity scan fixes
8 years ago
David Schweikert
23d4a021fc
fix warnings
8 years ago
David Schweikert
324242b144
space / formatting fixes and remove unused code
8 years ago
David Schweikert
d017390cbc
remove trailing whitespace, fix mixed whitespace
8 years ago
David Schweikert
9d2daa77c8
remove trailing whitespace
8 years ago
David Schweikert
9adb9a8480
Merge branch 'develop' into unify
8 years ago
David Schweikert
b5046cfa78
Fix -M expecting an argument, when it shouldn't
8 years ago
David Schweikert
c090cd770d
work on ipv4/ipv6 unification
8 years ago
David Schweikert
e71164de22
restart work on ipv4/ipv6 unification
8 years ago
David Schweikert
8481d7432a
simplify restrictions, fixes #29 , #32
8 years ago
David Schweikert
2cf801fdfb
Support kernel-timestamping of received packet, fixes #46
8 years ago
David Schweikert
926c104e90
Fix -q not suppressing some ICMP error messages, fixes #83
8 years ago
David Schweikert
099d873253
AIX compatibility, fixes #69
8 years ago
David Schweikert
356e7b3a69
fix compatibility issue with MacOS in release 3.14 ( fixes #109 )
8 years ago
Peter Bray
1400fc29a5
Set the variable "prog" before the first call to any routine using error reporting
...
Error reporting uses the variable "prog" which is null prior to obtaining a
reference to argv[0]. The call to open_ping_socket() uses this on an error,
such as the executable not being SUID or otherwise privileged invocation.
Solaris 10 printf(3C) of "%s" on a null pointer causes a core dump.
8 years ago
David Schweikert
dde37baac2
fix average when discarding reply in interval counting
8 years ago
David Schweikert
2cb0860ec6
Merge pull request #106 from ktsaou/develop
...
minor netdata improvements
8 years ago
Costa Tsaousis (ktsaou)
498acc6853
removed fix for 100% cpu time
8 years ago
David Schweikert
36f0b76645
fix interval reporting
8 years ago
Costa Tsaousis (ktsaou)
2f25e1ff8b
fix for 100% CPU time when -l -Q are given
8 years ago
Costa Tsaousis (ktsaou)
4897b015b4
converted netdata charts to area charts; added netdata to trace_flag; fixed compiler warning about setuid
8 years ago
David Schweikert
64af251a33
safer -i option parsing
8 years ago
David Schweikert
32ab06bdd1
port last fix also to netdata
8 years ago
David Schweikert
ea37408c77
another fix for #97 ( fixes #97 )
8 years ago
David Schweikert
1e67616388
first attempt at fixing #97 ( fixes #97 )
8 years ago
David Schweikert
502cd3b0f7
remove unused code
8 years ago
David Schweikert
c6547a118e
fix tests
8 years ago
David Schweikert
7c7e007502
- (bugfix) Lower -i limit to 1 instead of 10
...
- (bugfix) Improve interval preciseness of -Q reporting
8 years ago
Costa Tsaousis (ktsaou)
6470a3d5ae
added help info
8 years ago
Costa Tsaousis (ktsaou)
9c9c166d39
remove dimension lost in favor of returned
8 years ago
Costa Tsaousis (ktsaou)
2426485fe0
added another dimension to track excess received packets
8 years ago
Costa Tsaousis (ktsaou)
eda4c85842
re-order chart information
8 years ago
Costa Tsaousis (ktsaou)
a2cbca7a7b
added option -N to allow fping output statistics in the format expected by netdata
8 years ago
David Schweikert
6d12dfbbcc
Add option -o for accumulated outage time ( #90 )
8 years ago
David Schweikert
814c852da6
New option '-M' to set the 'Don't Fragment' flag ( #91 , Don Bowman)
8 years ago
David Schweikert
88c40cae3a
Merge branch 'develop' of https://github.com/donbowman/fping into donbowman-develop
8 years ago