ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12107] Filter ipv6.nxt != 58 is not working

Date: Wed, 10 Feb 2016 16:04:33 +0000

changed bug 12107


What Removed Added
Status UNCONFIRMED INCOMPLETE
CC   [email protected]
Ever confirmed   1

Comment # 2 on bug 12107 from
From you capture (an image is never a good way to request support - please
consider attaching a pcap instead) your ICMPv6 error packets include another
IPv6 packet that will have another next header.
So your filter is probably wrong (note the yellow color indicating you that you
might get unexpected results).
Could you try instead '!(ipv6.nxt == 6) && !(ipv6.nxt == 17) && !(ipv6.nxt ==
58)'?


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