Comment # 10
on bug 11134
from Evan Huus
(In reply to Guy Harris from comment #8)
> 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, ...);
Perhaps. Most protocols expect at least one byte in all cases though, so I'm
not sure it's common enough to warrant the abstraction. As far as I know this
is only the second case we've come across (the first being RPC).
You are receiving this mail because:
- You are watching all bug changes.