Wireshark-commits: [Wireshark-commits] rev 53306: /trunk/ /trunk/epan/: follow.c follow.h /trunk/ui

Date: Wed, 13 Nov 2013 22:18:02 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53306

User: gerald
Date: 2013/11/13 10:18 PM

Log:
 Highlight selected sequence diagram items.
 
 Create a new dialog each time the user follows a stream. A lot of the
 follow code seems to assume one and only one dialog so there are likely
 outstanding bugs.
 
 Don't use the global cfile (should we deprecate its usage?). We want to
 move closer to multiple documents, not further away.
 
 Clean up after ourselves. Free our payload list and unlink our temp
 file. Make a bunch of gchar*s QStrings. Make sure our destructor gets
 called and use it.
 
 Make member variable and method names more consistent.

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

Directory: /trunk/ui/gtk/
  Changes    Path            Action
  +1 -1      follow_ssl.c    Modified
  +1 -1      follow_tcp.c    Modified
  +1 -1      follow_udp.c    Modified

Directory: /trunk/ui/qt/
  Changes    Path                        Action
  +276 -225  follow_stream_dialog.cpp    Modified
  +43 -42    follow_stream_dialog.h      Modified
  +27 -4     follow_stream_dialog.ui     Modified
  +0 -1      main_window.cpp             Modified
  +2 -1      main_window.h               Modified
  +11 -42    main_window_slots.cpp       Modified


(2 files not shown)