Comment # 41
on bug 8718
from Fabio Tarabelloni
Thanks for your suggestions
1) I don't understand your last item:
> And finally, the parameter list of proto_register_zbee_zcl_appl_ctrl is formatted oddly.
why is formatted oddly?
2) Why in the last commit packet-zbee-zcl-ha.c is modified?
/* Check is this command has a payload, than add the payload tree */
(offset != (tvb_length(tvb) - 1)) {
/*payload_root = */proto_tree_add_text(tree, tvb, offset, tvb_length(tvb),
"Payload");
/*payload_tree = proto_item_add_subtree(payload_root,
ett_zbee_zcl_appl_evtalt);*/
}
Fabio.
You are receiving this mail because:
- You are watching all bug changes.