Wireshark-commits: [Wireshark-commits] master 5d1b564: extcap: Always use byte mode in pipes
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d1b5648fa900319fc4d212f2fd78562959716ba
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5d1b564 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
extcap: Always use byte mode in pipes
The original PipeMode parameter to CreateNamedPipe() was wrong but
when running gave a correct value. The changes in g00373a1f tried to fix
this parameter but this gave incorrect values.
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>
Actions performed:
from 1839a43 X2AP: upgrade dissector to v15.1.0
adds 5d1b564 extcap: Always use byte mode in pipes
Summary of changes:
extcap.c | 13 ++++++-------
extcap.h | 2 +-
2 files changed, 7 insertions(+), 8 deletions(-)