Wireshark-commits: [Wireshark-commits] master 2d7c113: Move the console log handling code to ui/con
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2d7c1135ed7bb93b6eb2fd0170443d3c990f1e1e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2d7c113 by Gerald Combs (gerald@xxxxxxxxxxxxx):
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@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from ce36b20 Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
adds 2d7c113 Move the console log handling code to ui/console.[ch].
Summary of changes:
ui/CMakeLists.txt | 1 +
ui/Makefile.common | 2 +
ui/console.c | 174 +++++++++++++++++++++++++++++++++++
ui/{capture_globals.h => console.h} | 22 +++--
ui/gtk/main.c | 133 +-------------------------
ui/qt/main.cpp | 88 +-----------------
ui/util.c | 6 +-
7 files changed, 197 insertions(+), 229 deletions(-)
create mode 100644 ui/console.c
copy ui/{capture_globals.h => console.h} (78%)