Comment # 2
on bug 8994
from Marko Hrastovec
To add some more detail.
The value in "Packet bytes" is 0x2000. The field specified and displayed in
"Packet details" is defined as masked UINT16 with mask 0x6000.
According to my knowledge the second and the third bit should be masked
mask: 0110 0000 0000 0000 (0x6000)
value: 0010 0000 0000 0000 (0x2000)
result: 01
So the value should be 1 and not 0 as indicated in "Packet details".
You are receiving this mail because:
- You are watching all bug changes.