If the signature on an icmp echo reply doesn't match, don't count it as
authorjmatthew <jmatthew@openbsd.org>
Mon, 21 Feb 2022 03:50:46 +0000 (03:50 +0000)
committerjmatthew <jmatthew@openbsd.org>
Mon, 21 Feb 2022 03:50:46 +0000 (03:50 +0000)
commitc205080a13db9b03e23e7eba5c7e9b75f97341d7
tree038ba7b88df5d11f80eb556516a62c93978572d3
parent36e5f301305af2546fdf0783583f48c654403d19
If the signature on an icmp echo reply doesn't match, don't count it as
a reply we've received, and print out the source address and sequence number
as that might help the user understand what's going on.

ok florian@ dlg@
sbin/ping/ping.c