Wireshark-commits: [Wireshark-commits] master 354c0d4: Fix Windows dumpcap -i TCP@

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 06 Oct 2018 07:12:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=354c0d4e5f9e988e2f62ee7818456af0bac90cbf
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

354c0d4 by James Ko (jck@xxxxxxxxxx):

    Fix Windows dumpcap -i TCP@
    
    Reading from a TCP socket in Windows must not change read state
    variables to values required by cap_thread_read on pipes.
    
    Bug: 15149
    Change-Id: I1efa9288b5954dc4a18b2c68772c54a098a224e7
    Reviewed-on: https://code.wireshark.org/review/29894
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4a818a8   docsis: fixed crash caused by absence of NULL termination of bitmask_list
     add  354c0d4   Fix Windows dumpcap -i TCP@


Summary of changes:
 dumpcap.c | 81 ++++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 51 insertions(+), 30 deletions(-)