Wireshark-commits: [Wireshark-commits] master-2.6 35589e6: caputils: Fix endless recursive loop on
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Apr 2019 16:35:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=35589e6f26dc80c93c388f656bbcdd587875b9f0
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

35589e6 by Tomasz Moń (desowin@xxxxxxxxx):

    caputils: Fix endless recursive loop on Windows
    
    The functions loaded from dll are prefixed with "p_".
    Use the dll functions where appropriate.
    
    Change-Id: I7cf2c7dc0d04502fa7f922ca2822808bdc02f324
    Reviewed-on: https://code.wireshark.org/review/33010
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 7a6b6631c853412f5405fe6ca571790e23a4025c)
    Reviewed-on: https://code.wireshark.org/review/33012
    

Actions performed:

    from  2124882   [Automatic update for 2019-04-28]
     add  35589e6   caputils: Fix endless recursive loop on Windows


Summary of changes:
 caputils/capture-wpcap.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)