Wireshark-commits: [Wireshark-commits] master-2.6 990ea00: Qt: fix IPv4 GeoIP lookup in endpoints d
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 08 May 2018 13:30:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=990ea00b16cd363d2edd8ce96cf00b82d353e08a
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

990ea00 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: fix IPv4 GeoIP lookup in endpoints dialog
    
    maxmind_db_lookup_ipv4() expects an address in network byte order
    
    Bug: 14656
    Change-Id: Ie47e3ae44d305d040e409d42f4398f55ae8c2395
    Reviewed-on: https://code.wireshark.org/review/27391
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Christopher Maynard
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit c2eb71c25c726213f8dbc03b8c34b84ffaa560d7)
    Reviewed-on: https://code.wireshark.org/review/27398
    

Actions performed:

    from  4cc170c   gtp, gtpv2: fix memory leaks in association code (found via ASAN)
    adds  990ea00   Qt: fix IPv4 GeoIP lookup in endpoints dialog


Summary of changes:
 ui/qt/endpoint_dialog.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)