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

Commits:

2dfb206 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>
    

Actions performed:

    from  4098687   Add some new symbols for Debian.
     add  2dfb206   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(-)