]> git.gsnw.org Git - fping.git/commit
stricter response type checking
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 30 Nov 2024 18:12:28 +0000 (19:12 +0100)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 7 Dec 2024 19:04:17 +0000 (20:04 +0100)
commitbdb1415d1419ddf0ec3be02fd049e0605dce8420
tree00f36165b17abe26c6c76b06f4fa9b8ba9e799c3
parent4643b5585f171b048e1555d474f80d6ef2d97199
stricter response type checking

When sending an ICMP Echo message, accept only an Echo Reply
message as a normal response.  When sending an ICMP Timestamp
message, accept only an ICMP Timestamp message as a normal
response.

This could matter when multiple fping processes are running
in parallel, some using Echo, others Timestamp messages.
src/fping.c