Move the console log handling code to ui/console.[ch].
authorGerald Combs <gerald@wireshark.org>
Thu, 25 Sep 2014 23:21:02 +0000 (16:21 -0700)
committerGerald Combs <gerald@wireshark.org>
Fri, 26 Sep 2014 14:15:45 +0000 (14:15 +0000)
commit2d7c1135ed7bb93b6eb2fd0170443d3c990f1e1e
treec96b56b6aaf00a85609747af3a6bc887352fcb36
parentce36b20ca5d01490acd1fb6ca44a82dab85ba2a2
Move the console log handling code to ui/console.[ch].

Change-Id: I8e554a8e17399d78b0ef29dfb68109a219cd9f1b
Reviewed-on: https://code.wireshark.org/review/4294
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
ui/CMakeLists.txt
ui/Makefile.common
ui/console.c [new file with mode: 0644]
ui/console.h [new file with mode: 0644]
ui/gtk/main.c
ui/qt/main.cpp
ui/util.c