Comment # 6
on bug 10729
from Pascal Quantin
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.