Wireshark-commits: [Wireshark-commits] master 750babc: rpc: use direct hashing rather than malloced
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Jul 2015 23:15:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=750babc53acae3399f31d2160d6d719c51c8f222
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

750babc by Evan Huus (eapache@xxxxxxxxx):

    rpc: use direct hashing rather than malloced ints
    
    Equivalent but saves some allocations and is slightly simpler.
    
    Change-Id: Id0fde980e11256018641d8fb39330c07f33ee3f5
    Reviewed-on: https://code.wireshark.org/review/9474
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  d52837d   packet: add cleanup routines support
    adds  750babc   rpc: use direct hashing rather than malloced ints


Summary of changes:
 epan/dissectors/packet-rpc.c |   36 ++++++++++++++++--------------------
 ui/gtk/rpc_stat.c            |    6 +++---
 2 files changed, 19 insertions(+), 23 deletions(-)