URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7227728fced5dad3205bf307492e9035453f92da
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7227728 by Michael Mann (mmann78@xxxxxxxxxxxx):
Convert a few more dissectors to use wmem_hash instead of GHashtable.
Change-Id: I86c9e485b447b380f00195bf407ce28c05bb1822
Reviewed-on: https://code.wireshark.org/review/20268
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 924e6d2 packet-fw1.c: header should be packet scoped, not epan scoped
adds 7227728 Convert a few more dissectors to use wmem_hash instead of GHashtable.
Summary of changes:
epan/dissectors/packet-dcm.c | 52 ++++++++++++---------------
epan/dissectors/packet-h223.c | 16 +++------
epan/dissectors/packet-nlm.c | 80 +++++++++++++++--------------------------
3 files changed, 55 insertions(+), 93 deletions(-)