Subject: tcpdump filter for ICMP host unreachable
To: None <netbsd-help@netbsd.org>
From: Brook Milligan <brook@biology.nmsu.edu>
List: netbsd-help
Date: 09/04/2001 22:49:49
I would like to construct a tcpdump filter expression to catch ICMP
host unreachable packets so that I can allow pppd to timeout even when
those packets are present on the link.  I presume I can do something
like

	ip protocol icmp[0] ...

but I'm not sure how to finish the expression.

Any help is greatly appreciated.  Thanks.

Cheers,
Brook