URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b679e2aab54edd0b79f9feec433c7d8383689196
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b679e2a by Evan Huus (eapache@xxxxxxxxx):
wmem: convert tree key to void*
Rather than forcing everything to live in guint32. We still use guints for now
via the G_POINTER_TO_UINT and vice-versa, but this paves the way in future for
custom comparison functions which will make e.g. string trees far more
efficient for long strings.
Change-Id: Ibb15400f74761ae295948507df8d2e022f2ebb05
Reviewed-on: https://code.wireshark.org/review/9138
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 131f8f0 Remove g_hash_table_contains from plugin_if
adds b679e2a wmem: convert tree key to void*
Summary of changes:
epan/wmem/wmem_tree.c | 33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)