Wireshark-commits: [Wireshark-commits] master 5d98ab7: Simplify IPv4 address hashing
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 11 May 2014 15:50:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d98ab793e98376de3c49833d340c1fd9ac8056c
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5d98ab7 by Evan Huus (eapache@xxxxxxxxx):

    Simplify IPv4 address hashing
    
    Rather than allocate 4 bytes and use g_int_*, use GUINT_TO_POINTER and
    g_direct_*. Should save some time/memory.
    
    Change-Id: Ie03d234703f68bb76131c5ddf17953d23bb54a0d
    Reviewed-on: https://code.wireshark.org/review/1582
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  4ca79e9   Remove some dead emem code.
    adds  5d98ab7   Simplify IPv4 address hashing


Summary of changes:
 epan/addr_resolv.c |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)