Wireshark-bugs: [Wireshark-bugs] [Bug 11965] ICMP error messages wrongly filtered on IP source a

Date: Wed, 06 Jan 2016 15:46:16 +0000

Comment # 7 on bug 11965 from
(In reply to Erwin Van de Velde from comment #6)
> Since I do not see a proper way to filter one-way traffic without this
> feature, I am reopening this ticket as an enhancement request.

You could filter them out using something like the following:

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


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