Wireshark-bugs: [Wireshark-bugs] [Bug 10379] Display filters match fields in "error packets" suc

Date: Fri, 15 Aug 2014 20:30:37 +0000

Comment # 7 on bug 10379 from
If you don't want matches for ICMP destination unreachable packets, as a
reasonable work-around you can use something like:

(ip.src == 1.2.3.4) and !(icmp.type == 3)

Maybe Wireshark could be enhanced to make use of the occurrence specifier in
display filters similar to when adding custom columns, perhaps even using the
same syntax?

For example:  ip.src#1 == 1.2.3.4


You are receiving this mail because:
  • You are watching all bug changes.