URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2d7c1135ed7bb93b6eb2fd0170443d3c990f1e1e Submitter: Gerald Combs ([email protected]) Changed: branch: master Repository: wireshark
Commits: 2d7c113 by Gerald Combs ([email protected]): 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 <[email protected]> Tested-by: Petri Dish Buildbot <[email protected]> Reviewed-by: Gerald Combs <[email protected]> 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%) ___________________________________________________________________________ Sent via: Wireshark-commits mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-commits Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits mailto:[email protected]?subject=unsubscribe
