URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b54c43801112711dcba341f3eb4701678a0e1916
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b54c438 by Michael Mann (mmann78@xxxxxxxxxxxx):
Convert conversation hash tables to use wmem.
Simplifies cleanup because wmem can handle the memory cleanup.
Change-Id: Idc6a9bfe5f23c83b59a5278a64b9fb706862342d
Reviewed-on: https://code.wireshark.org/review/20042
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 8bbf034 service_response_time_table (GTK) fix parameter 'data' not found in the function declaration [-Wdocumentation]
adds b54c438 Convert conversation hash tables to use wmem.
Summary of changes:
epan/conversation.c | 114 +++++++++--------------------
epan/conversation.h | 15 ++--
epan/epan.c | 9 +--
epan/epan.h | 1 -
epan/packet.c | 5 --
ui/gtk/conversation_hastables_dlg.c | 18 ++---
ui/qt/conversation_hash_tables_dialog.cpp | 49 ++++++++-----
ui/qt/conversation_hash_tables_dialog.h | 3 +-
8 files changed, 86 insertions(+), 128 deletions(-)