Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.4 ddda23e: extcap: Always use byte mode in pipes

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 07 Apr 2018 18:36:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ddda23ec9e1c40a835af80b085f61166000a568a
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

ddda23e by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    extcap: Always use byte mode in pipes
    
    The PipeMode parameter to CreateNamedPipe() was wrong but when running
    gave a correct value. Fix this to avoid confusions.
    
    Bug: 14532
    Change-Id: Ia1e8e9ba54abfcc3bd0856fd715b7c69ee54ccfe
    Reviewed-on: https://code.wireshark.org/review/26786
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    (cherry picked from commit 5d1b5648fa900319fc4d212f2fd78562959716ba)
    Reviewed-on: https://code.wireshark.org/review/26789
    

Actions performed:

    from  7598e15   SIP: Fix handling of response time
    adds  ddda23e   extcap: Always use byte mode in pipes


Summary of changes:
 extcap.c | 10 +++++-----
 extcap.h |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)