aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32/console_win32.c
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
The first is deprecated, as per https://spdx.org/licenses/. Change-Id: I8e21e1d32d09b8b94b93a2dc9fbdde5ffeba6bed Reviewed-on: https://code.wireshark.org/review/25661 Petri-Dish: Anders Broman <a.broman58@gmail.com> Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-11-29Normalize ui/win32 indentation and switch to SPDX.Gerald Combs1-147/+133
Switch ui/win32/console_win32.[ch] to 4-space indentation to match the other files in that directory. Remove ui/.editorconfig. SPDX-abbreviate the license blurb in all files in that directory. Change-Id: I68aa5a3ae7ae184ea8d27d9dba06b968ac3d2472 Reviewed-on: https://code.wireshark.org/review/24636 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-04-16Minor Win32 console fix.Gerald Combs1-1/+1
Fix a no-op in set_has_console. Mark it and set_console_wait GTK+ only. Change-Id: Ifc6540b30edc0296c4a47c004a397cc309e71d2b Reviewed-on: https://code.wireshark.org/review/8099 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier1-45/+45
Change-Id: Ia22cac3ebd7a454c156f98d967e6fd61f708a2b3 Reviewed-on: https://code.wireshark.org/review/4489 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-4/+0
* Remove _MSC_VER < 1500 check * Cleanup config.nmake See http://www.wireshark.org/lists/wireshark-dev/201305/msg00159.html svn path=/trunk/; revision=54965
2013-04-27Fix a comment (the "it worked but didn't pop up a window" conclusionGuy Harris1-3/+3
came from a bad test). svn path=/trunk/; revision=49070
2013-04-27Update comments.Guy Harris1-4/+3
svn path=/trunk/; revision=49069
2013-04-26Work around a bug in a Microsoft security fix.Guy Harris1-1/+19
svn path=/trunk/; revision=49046
2013-04-26Get rid of leftover debugging variable.Guy Harris1-1/+0
svn path=/trunk/; revision=49045
2013-04-26Check, for each of the standard handles, whether they need to beGuy Harris1-8/+98
redirected to a console. Only if at least one of them needs to be redirected to we create a console, and don't redirect them if they don't need to be redirected. This makes redirection of the standard output of, for example, "wireshark -D" work; we don't redirect it out from under the shell. svn path=/trunk/; revision=49044
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-1/+0
than the standard error. In Wireshark on Windows, create a console before doing so and destroy it before exiting. Don't do that in TShark or dumpcap, as those are console-mode programs on Windows. This should fix bug 8609 and still allow "wireshark -D" and "wireshark -L" to work when the standard output isn't redirected. svn path=/trunk/; revision=49025
2012-10-21Simplify #ifdef blocksPascal Quantin1-6/+5
svn path=/trunk/; revision=45694
2012-10-21Revert r45692 and try to fix link failure another way: console_win32.[ch] ↵Pascal Quantin1-0/+171
definitely belong to ui/win32 Add console_win32.[ch] to Makefile.am svn path=/trunk/; revision=45693
2012-10-21Try to fix LINK : fatal error LNK1181: cannot open input file ↵Alexis La Goutte1-171/+0
'win32/console_win32.obj' move ui/win32/console_win32.[ch] to ui/console_win32.[ch] svn path=/trunk/; revision=45692
2012-10-21Make Windows Buildbot happyAlexis La Goutte1-1/+1
svn path=/trunk/; revision=45691
2012-10-21Make buildbot happy and add modelines infoAlexis La Goutte1-12/+26
svn path=/trunk/; revision=45690
2012-10-21Move MSWindows console "windows" to ui/win32/console_win32.[ch]Alexis La Goutte1-0/+157
svn path=/trunk/; revision=45677