Wireshark-commits: [Wireshark-commits] master 5c44583: Change maxmind_db_lookup_ipv4 to look more l
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c4458345ca686e2f34d9c0d6df257cd82dd14c5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5c44583 by Peter Wu (peter@xxxxxxxxxxxxx):
    Change maxmind_db_lookup_ipv4 to look more like maxmind_db_lookup_ipv6
    
    Both functions accept an address in network byte order, but
    maxmind_db_lookup_ipv4 does not accept a pointer. Add an indirection and
    remove unnecessary memcpy calls. This removes some confusion for me.
    
    Change-Id: I291c54c8c55bc8048ca011b84918c8a5d3ed1398
    Reviewed-on: https://code.wireshark.org/review/31951
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  426107f   maxmind_db: improve debug messages, harden against bad input
     add  5c44583   Change maxmind_db_lookup_ipv4 to look more like maxmind_db_lookup_ipv6
Summary of changes:
 epan/dissectors/packet-ip.c |  4 ++--
 epan/maxmind_db.c           | 10 +++++-----
 epan/maxmind_db.h           |  5 +++--
 sharkd_session.c            |  5 ++---
 ui/qt/endpoint_dialog.cpp   |  4 +---
 5 files changed, 13 insertions(+), 15 deletions(-)