Wireshark-commits: [Wireshark-commits] rev 53314: / /trunk/epan/dissectors/: packet-tcp.c /trunk/ep

Date: Thu, 14 Nov 2013 17:37:42 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53314

User: gerald
Date: 2013/11/14 05:37 PM

Log:
 Add packet information and selection to the Follow Stream dialog.
 
 Collect packet numbers when following streams so that we can correlate
 text positions with packets. Add a FollowStreamText class so that we can
 track mouse events. Add a hint label that shows the packet under the
 cursor along with packet counts and the number of "turns".
 
 Add the packet number to the C array dump. Note that dumping to YAML
 might be useful for Scapy users.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -1      packet-tcp.c    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +4 -3      follow.c      Modified
  +2 -1      follow.h      Modified

Directory: /trunk/ui/qt/
  Changes    Path                        Action
  +2 -0      CMakeLists.txt              Modified
  +1 -0      Makefile.common             Modified
  +2 -0      QtShark.pro                 Modified
  +107 -40   follow_stream_dialog.cpp    Modified
  +14 -3     follow_stream_dialog.h      Modified
  +16 -2     follow_stream_dialog.ui     Modified
  +64 -0     follow_stream_text.cpp      Added
  +62 -0     follow_stream_text.h        Added


(4 files not shown)