Chris Maynard
changed
bug 8506
What |
Removed |
Added |
Status |
INCOMPLETE
|
RESOLVED
|
Resolution |
---
|
FIXED
|
Comment # 30
on bug 8506
from Chris Maynard
(In reply to comment #29)
> From my understanding, BITMASK is needed if you use proto_tree_add_item but
> not if you use proto_tree_add_bits_item. So the current code seems OK and
> the call:
> proto_tree_add_bits_item(trailer_tree, hf_vrt_trailer_e, tvb, offset * 8, 1,
> ENC_NA);
> should select the right bit.
Ah yes, I didn't notice the "_bits_" part of proto_tree_add_bits_item. Thanks.
You are receiving this mail because:
- You are watching all bug changes.