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

Wireshark-dev: Re: [Wireshark-dev] Wmem has reached feature-parity with emem

From: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Date: Thu, 20 Jun 2013 10:26:58 +0200



On 19 June 2013 20:52, Evan Huus <eapache@xxxxxxxxx> wrote:
        wmem_tree_t *sub_tree = (wmem_tree_t *)
wmem_tree_lookup32_array(cid_to_psm_table, key);
        if (sub_tree) {
                psm_data = (psm_data_t *)
wmem_tree_lookup32_le(sub_tree, pinfo->fd->num);
        }

Great. Why did not I think of that? :) Thanks.

You can also check https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8824 where I try to switch to wmem tree in Bluetooth dissectors.