Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 6373] Dissector for SPICE remote desktop protocol

Date: Fri, 30 Sep 2011 14:23:26 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6373

--- Comment #18 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2011-09-30 14:23:24 PDT ---
Coverity reports 13 new defects against the SPICE dissector, all of the
UNUSED_VALUE variety and reported as CID's: 1293-1297.  They all seem to be
doing the same thing - calling proto_item_add_subtree() and assigning the
result to a proto_tree * that isn't used.  Any chance of finishing the
dissection for these?

Here's the list:

1722: client_message_tree = proto_item_add_subtree(ti,
ett_common_client_message);
2363:             inputs_tree = proto_item_add_subtree(ti, ett_inputs_client);
2368:             inputs_tree = proto_item_add_subtree(ti, ett_inputs_client);
2333:             main_tree = proto_item_add_subtree(ti, ett_main_client);
2339:             main_tree = proto_item_add_subtree(ti, ett_main_client);
2191:             agent_tree = proto_item_add_subtree(ti, ett_spice_agent);
2196:             agent_tree = proto_item_add_subtree(ti, ett_spice_agent);
2201:             agent_tree = proto_item_add_subtree(ti, ett_spice_agent);
2207:             agent_tree = proto_item_add_subtree(ti, ett_spice_agent);
2213:             agent_tree = proto_item_add_subtree(ti, ett_spice_agent);
2218:             agent_tree = proto_item_add_subtree(ti, ett_spice_agent);
2242:             agent_tree = proto_item_add_subtree(ti, ett_spice_agent);
2646:         caps_tree = proto_item_add_subtree(ti, ett_link_caps);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.