Wireshark-bugs: [Wireshark-bugs] [Bug 10729] Buildbot crash output: fuzz-2014-11-26-21704.pcap

Date: Wed, 26 Nov 2014 21:40:50 +0000

Comment # 6 on bug 10729 from
This "feature" seems to be used exclusively by the XMPP dissector:
    /* Have XML dissector "return" it's xml_frame_t data */
    call_dissector_with_data(xml_handle, tvb, pinfo, xmpp_tree,
&xml_dissector_frame);

Maybe we could have it use p_(add|get)_proto_data instead? It would allow to
keep data for media_type.

It shows that switching from pinfo->private_data to data parameter when calling
sub dissector is more subtle than what it looks like... :(


You are receiving this mail because:
  • You are watching all bug changes.