]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Print out ICMP errors that are responses to our own packets by default.
authorfenner <fenner@FreeBSD.org>
Tue, 20 Aug 1996 23:50:16 +0000 (23:50 +0000)
committerfenner <fenner@FreeBSD.org>
Tue, 20 Aug 1996 23:50:16 +0000 (23:50 +0000)
commit14a5500ac5c72141c158f0b8a6d0baf666709697
tree1b81f92dac1957499f73d6de2d742827f4f7ebdc
parent24233d4f761a22dd6fb0d4e88cd74647604b8281
Print out ICMP errors that are responses to our own packets by default.
Turn this behavior off using '-Q'.  This makes '-v' useless other than as
an ICMP-sniffer, which tcpdump is better at anyway.

Print out another couple of ICMP messages, and fix the printing of the
original packet (mostly byte order problems).
sbin/ping/ping.8
sbin/ping/ping.c