Robert Beardsworth
changed
bug 11384
What |
Removed |
Added |
Summary |
Websphere MQ
|
Websphere MQ Work Information Header incorrectly showing "Reserved"
|
Comment # 1
on bug 11384
from Robert Beardsworth
The code shows:
proto_tree_add_item(mq_tree, hf_mq_wih_msgtoken , tvb, offset + 72, 16,
ENC_NA);
proto_tree_add_item(mq_tree, hf_mq_wih_reserved , tvb, offset + 86, 32,
p_mq_parm->mq_str_enc);
I believe that the offset+86 should be offset + 88.
You are receiving this mail because:
- You are watching all bug changes.