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:07:21 +0000

Comment # 3 on bug 12107 from
Great! It's working as expected:
tshark -n -r ~/ipv6_eth4_new2.pcap -Y '!(ipv6.nxt == 6) and !(ipv6.nxt == 17)
and !(ipv6.nxt == 58)'


But why I could not use syntax != ... and ? I've checked this reference about:
https://www.wireshark.org/docs/wsug_html_chunked/ChWorkBuildDisplayFilterSection.html


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