http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51759
User: gerald
Date: 2013/09/04 04:16 PM
Log:
Throughput graph updates.
GTK+: Fix what appears to be an off-by-one error in the MA period (21
segments instead of 20). Throw away our initial segment length instead
of subtracting it from the moving sum, which skews the sum.
Qt: Add the througput graph. Use bits/s for the throughput y axis. Let
the user switch between graph types. The dialog hangs when doing this. I
haven't been able to track down the cause. Remove some unused code.
Both: Tell the user that we're using a 20 segment moving average. Move
more routines to tap-tcp-stream.[ch].
Directory: /trunk/ui/gtk/
Changes Path Action
+20 -60 tcp_graph.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+2 -0 main_window.h Modified
+9 -0 main_window.ui Modified
+14 -2 main_window_slots.cpp Modified
+228 -57 tcp_stream_dialog.cpp Modified
+15 -1 tcp_stream_dialog.h Modified
+1 -7 tcp_stream_dialog.ui Modified
Directory: /trunk/ui/
Changes Path Action
+38 -0 tap-tcp-stream.c Modified
+4 -0 tap-tcp-stream.h Modified