Pascal Quantin
changed
bug 12107
What |
Removed |
Added |
Status |
UNCONFIRMED
|
INCOMPLETE
|
CC |
|
[email protected]
|
Ever confirmed |
|
1
|
Comment # 2
on bug 12107
from Pascal Quantin
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.