aboutsummaryrefslogtreecommitdiffstats
path: root/epan/print_stream.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04Reset the terminal color if we're ^C'ed when reading a capture.Guy Harris1-2/+24
2019-04-03Clean up color handling.Guy Harris1-93/+276
2019-04-01On Windows, don't do console stuff unless we're on a terminal.Guy Harris1-25/+66
2019-04-01Only put generic values into the print_stream_t structure.Guy Harris1-11/+15
2019-03-30I misread the Microsoft documentation; fix the comment.Guy Harris1-6/+4
2019-03-30Update a comment.Guy Harris1-2/+17
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-08More information on the Windows Console and escape sequences.Guy Harris1-3/+28
2018-01-08Point to the MSDN blog post about 24-bit color support in cmd.exe.Guy Harris1-3/+7
2018-01-08Update a comment about Windows Console color support.Gerald Combs1-3/+10
2018-01-06TShark: Fix color handling on Windows.Gerald Combs1-20/+20
2017-06-12print_stream.c: Fix compile error on Windows regressionRobert Sauter1-1/+1
2017-06-11Add a big comment about the ISO 8613-6/T.416 SGR support.Guy Harris1-9/+31
2017-06-11print_stream: add a new print_line_color() methodDave Goodell1-10/+143
2017-02-27print_stream: free memory on exit.Dario Lombardo1-1/+1
2016-06-30Speed up print_line_text.Gerald Combs1-24/+18
2016-05-14Use g_get_charset instead of g_get_codeset.Gerald Combs1-7/+5
2016-05-09TShark: Convert TTY output.Gerald Combs1-1/+48
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-11-22Fix comments.Guy Harris1-2/+2
2014-11-22Split the low-level print stream code into a separate file.Guy Harris1-0/+367