Wireshark-commits: [Wireshark-commits] rev 51989: /trunk/ /trunk/epan/dissectors/: packet-tcp.c pac

Date: Thu, 12 Sep 2013 21:37:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51989

User: gerald
Date: 2013/09/12 02:37 PM

Log:
 Add previous/next stream navigation to the TCP stream graph dialog.
 
 Add get_tcp_stream_count() to the TCP dissector and modify
 graph_segment_list_get() to allow matching based solely on a stream.
 
 Use text instead of icons for the mouse click behavior buttons. Remove
 their PNG resources since we aren't using them any more. Fix setting the
 cursor in the graph widget.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +8 -3      packet-tcp.c    Modified
  +6 -0      packet-tcp.h    Modified

Directory: /trunk/image/
  Changes    Path           Action
  +0 -4      toolbar.qrc    Modified

Directory: /trunk/ui/qt/
  Changes    Path                     Action
  +71 -8     tcp_stream_dialog.cpp    Modified
  +4 -2      tcp_stream_dialog.h      Modified
  +89 -44    tcp_stream_dialog.ui     Modified

Directory: /trunk/ui/
  Changes    Path                Action
  +16 -5     tap-tcp-stream.c    Modified
  +12 -1     tap-tcp-stream.h    Modified