On 19 June 2013 20:52, Evan Huus <eapa...@gmail.com> 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=8824where I try to
switch to wmem tree in Bluetooth dissectors.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to