Wireshark-bugs: [Wireshark-bugs] [Bug 11134] CORBA dissectors show malformed packet errors for v
Date: Wed, 22 Apr 2015 02:07:44 +0000

Comment # 10 on bug 11134 from
(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.