Highlight selected sequence diagram items.
authorGerald Combs <gerald@wireshark.org>
Wed, 13 Nov 2013 22:18:01 +0000 (22:18 -0000)
committerGerald Combs <gerald@wireshark.org>
Wed, 13 Nov 2013 22:18:01 +0000 (22:18 -0000)
commitb0063a025bfb68a3bc05a69cadf528116325576f
tree5b047bb81d7bdf70e4baed7bbe2700a5bc058861
parent3e41e172db45009124ec19ad859cf9cb82c88200
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.

svn path=/trunk/; revision=53306
13 files changed:
epan/follow.c
epan/follow.h
ui/gtk/follow_ssl.c
ui/gtk/follow_tcp.c
ui/gtk/follow_udp.c
ui/qt/follow_stream_dialog.cpp
ui/qt/follow_stream_dialog.h
ui/qt/follow_stream_dialog.ui
ui/qt/main_window.cpp
ui/qt/main_window.h
ui/qt/main_window_slots.cpp
ui/qt/sequence_dialog.cpp
wsutil/tempfile.h