Wireshark-commits: [Wireshark-commits] master-2.6 ee52f41: 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:37 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ee52f4189329ab951b30942d0c853076c4ff7039
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

ee52f41 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 2dfb2067d86ee80e420da8c414bfa1edfc39cf1a)
    Reviewed-on: https://code.wireshark.org/review/32662
    

Actions performed:

    from  a6074ab   Only put generic values into the print_stream_t structure.
     add  ee52f41   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(-)