Wireshark-bugs: [Wireshark-bugs] [Bug 10542] dissection of sid28 shouldn't show expert info if t
Date: Wed, 08 Oct 2014 18:25:10 +0000

Comment # 3 on bug 10542 from
> What happen with the old version if tree is NULL ?

- proto_tree_get_parent will short-circuit and also return NULL
- expert_add_info will register the expert information unassociated with a tree
item, which is enough for statistical purposes (which is when tree is NULL to
begin with usually)


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