Comment # 8
on bug 11134
from Guy Harris
Perhaps we should have
proto_tree_add_protocol_remaining(proto_tree *tree, int hfindex, tvbuff_t
*tvb, gint start);
and
proto_tree_add_protocol_remaining_format(proto_tree *tree, int hfindex,
tvbuff_t *tvb, gint start, const char *format, ...);
which create an entry for the FT_PROTOCOL field referred to by hfindex,
starting at the specified start offset, and running to the end of the tvbuff,
*even if that means it includes zero bytes*, with *no* exception thrown and no
error reported if the tvbuff has no remaining data in it.
You are receiving this mail because:
- You are watching all bug changes.