Wireshark-commits: [Wireshark-commits] master ee92fcf: maxmind: Process responses one character at
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 01 Dec 2018 09:08:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee92fcf4b463073306762aa5b0846dd730aa622d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ee92fcf by Gerald Combs (gerald@xxxxxxxxxxxxx):

    maxmind: Process responses one character at a time.
    
    Process mmdbresolve output one character at a time and only after
    ws_pipe_data_available tells us that we can do so without blocking.
    
    Bug: 14701
    Change-Id: Ib8f5eabed28e9385585a022d948b83f830c6358c
    Reviewed-on: https://code.wireshark.org/review/30850
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  97dbdc3   TLS: really delay key lookup until it is necessary
     add  ee92fcf   maxmind: Process responses one character at a time.


Summary of changes:
 epan/maxmind_db.c | 84 ++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 62 insertions(+), 22 deletions(-)