Wireshark-commits: [Wireshark-commits] master-3.0 cb619d3: On Windows, don't do console stuff unles
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 01 Apr 2019 07:19:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cb619d3ba41316a5b833065c07be7efae8373160
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

cb619d3 by Guy Harris (guy@xxxxxxxxxxxx):

    On Windows, don't do console stuff unless we're on a terminal.
    
    Clean up some code where that was already the case, to make it clearer
    that it is the case.
    
    Make that be the case in print_stream_text_alloc().
    
    Change-Id: If6ef1ded9dad94ffaccb5d214f70c7e4d0844e8a
    Reviewed-on: https://code.wireshark.org/review/32660
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 1c90b0388b1801e38b0a63486efa151e6de90e3d)
    Reviewed-on: https://code.wireshark.org/review/32661
    

Actions performed:

    from  cfd5d4f   Add a new symbol for Debian.
     add  cb619d3   On Windows, don't do console stuff unless we're on a terminal.


Summary of changes:
 epan/print_stream.c | 91 ++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 66 insertions(+), 25 deletions(-)