Wireshark-bugs: [Wireshark-bugs] [Bug 11134] CORBA dissectors show malformed packet errors for v

Date: Wed, 22 Apr 2015 01:03:01 +0000

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