You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New option -J / --json for JSON output. See doc/fping-json.md for
the JSON schema. This feature is still in alpha and the schema
might change in future releases (#386, thanks @bonkf, @JoshIPT, @sebast-gsnw, and @auerswal).
The -g, --generate option now also supports IPv6 addresses (#376,
thanks @auerswal)
New option --seqmap-timeout to control the time after which sequence
numbers can be used again (#388, thanks @auerswal)
Fix fallback to SO_TIMESTAMP if SO_TIMESTAMPNS is not available (#375,
thanks @auerswal)
When reading target names from file or standard input, lines longer
than the static buffer are no longer interpreted as more than one line
(#378, thanks @auerswal)
Typo fix in error message when SO_BINDTODEVICE fails
Options --print-tos and --print-ttl now also work for IPv6, and no
longer require privileges (#384, thanks @auerswal)
Report received ICMPv6 error messages (#391, thanks @auerswal)
Suppress duplicate reports in count mode with -q, --quiet or -Q, --squiet
(#392, thanks @gsnw-sebast and @auerswal)
Switch to alpine-based multi-stage Docker build to reduce image size
and improve build performance; add OpenContainers-compatible labels
(#399, thanks @hoodadt)
Print receive ping moved to new functions (#400, thanks @gsnw-sebast)
Avoid unsigned overflow when determining the memory size to save
response times on systems where size_t is the same as unsigned int
(#412 by @auerswal)
Document the new minimum value for the -p option (#414, thanks @auerswal)
Fix build without IPv6 support (#416, thanks @auerswal)
Fix debug build use of dbg_printf in fping.c (#415, thanks @auerswal)