http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51538
User: gerald
Date: 2013/08/27 11:13 AM
Log:
Add TCP sequence number (Stevens-style) graphs.
Add the QCustomPlot widget. Thanks to Emanuel Eichhammer for granting a
license change. Move some common code from ui/gtk/tcp_graph.c to
ui/tap-tcp-stream.[ch]. Get rid of tcp_graph_selected_packet_enabled().
It was only used in the menu code and didn't match what we were doing
elsewhere.
Still quite a bit of work to do but it's a promising start.
Directory: /trunk/doc/
Changes Path Action
+4 -1 README.qt Modified
Directory: /trunk/ui/gtk/
Changes Path Action
+0 -1 gui_stat_menu.h Modified
+11 -6 main_menubar.c Modified
+268 -574 tcp_graph.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+3 -0 CMakeLists.txt Modified
+4 -0 Makefile.common Modified
+8 -3 QtShark.pro Modified
+1 -0 main_window.h Modified
+27 -3 main_window.ui Modified
+17 -4 main_window_slots.cpp Modified
+18675 -0 qcustomplot.cpp Added
(8 files not shown)