Wireshark-commits: [Wireshark-commits] rev 51832: /trunk/ui/ /trunk/ui/gtk/: tcp_graph.c /trunk/ui/
Date: Sun, 08 Sep 2013 01:25:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51832

User: gerald
Date: 2013/09/07 06:25 PM

Log:
 Add the TCP RTT graph.
 
 Show the time values in ms instead of s. Add a button and keyboard
 shortcut to switch the connection direction. Move more code to
 tap-tcp-stream.c. Update our axis labels.

Directory: /trunk/ui/gtk/
  Changes    Path           Action
  +0 -70     tcp_graph.c    Modified

Directory: /trunk/ui/qt/
  Changes    Path                     Action
  +1 -0      main_window.h            Modified
  +9 -0      main_window.ui           Modified
  +5 -0      main_window_slots.cpp    Modified
  +102 -13   tcp_stream_dialog.cpp    Modified
  +4 -1      tcp_stream_dialog.h      Modified
  +11 -0     tcp_stream_dialog.ui     Modified

Directory: /trunk/ui/
  Changes    Path                Action
  +57 -0     tap-tcp-stream.c    Modified
  +12 -0     tap-tcp-stream.h    Modified