This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Filtering out ICMP Destination unreachable

0
1

Hi !

I managed to create this filter : icmp >= "Destination unreachable" but of course it does only show these items ! I want them filtered out ! How do I do this ?

I tried :

Not icmp >= "Destination unreachable"

icmp not >= "Destination unreachable"

icmp != "Destination unreachable"

to no avail ! What shoul I do ?

Thanks for the answer...

iBenny

asked 17 Jun '15, 10:55

iBenny's gravatar image

iBenny
6124
accept rate: 0%

edited 18 Jun '15, 02:22

grahamb's gravatar image

grahamb ♦
19.8k330206


One Answer:

2

!(icmp >= "Destination unreachable")

answered 17 Jun '15, 11:15

Amato_C's gravatar image

Amato_C
1.1k142032
accept rate: 14%

Hi Amato !

It works perfectly !

Meny thanks,

iBenny

(17 Jun '15, 12:31) iBenny

Hi Benny. Could you mark the answer as solved so it can help others?

(17 Jun '15, 14:04) Amato_C