http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50470
User: alagoutte
Date: 2013/07/09 11:08 AM
Log:
From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8710 QtShark doesn't have a statistics summary window
Add Summary Statistics to qtshark (Statistics => Summary)
Now, use tabs to split summary display (File Capture details, Capture Statistics)
Add also Comment Summary tab (to replace Statistics => Comments Summary)
From me :
Fix order of summary files in Qtshark.pro
Directory: /trunk/ui/qt/
Changes Path Action
+3 -0 CMakeLists.txt Modified
+2 -0 Makefile.am Modified
+4 -0 Makefile.common Modified
+3 -0 QtShark.pro Modified
+24 -2 main_window.cpp Modified
+7 -1 main_window.h Modified
+38 -1 main_window.ui Modified
+20 -0 main_window_slots.cpp Modified
+741 -0 summary_dialog.cpp Added
+103 -0 summary_dialog.h Added
+485 -0 summary_dialog.ui Added