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 edited 18 Jun '15, 02:22 grahamb ♦ |
One Answer:
!(icmp >= "Destination unreachable") answered 17 Jun '15, 11:15 Amato_C |
Hi Amato !
It works perfectly !
Meny thanks,
iBenny
Hi Benny. Could you mark the answer as solved so it can help others?