Wireshark-bugs: [Wireshark-bugs] [Bug 10542] dissection of sid28 shouldn't show expert info if t

Date: Wed, 08 Oct 2014 18:22:14 +0000

changed bug 10542


What Removed Added
Status RESOLVED UNCONFIRMED
Resolution WONTFIX ---

Comment # 2 on bug 10542 from
Evan,


Did you look at the patch ?

-        item = proto_tree_get_parent(tree->last_child);
-        expert_add_info(pinfo, item, &ei_dcerpc_nt_badsid);
+        if (tree) {
+            item = proto_tree_get_parent(tree->last_child);
+            expert_add_info(pinfo, item, &ei_dcerpc_nt_badsid);
+        }

What happen with the old version if tree is NULL ?


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