aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-08-27 18:13:20 +0000
committerGerald Combs <gerald@wireshark.org>2013-08-27 18:13:20 +0000
commit6d731a3e79e2feb9abefe2c1238a1c159f34586b (patch)
tree1d09de0370a4f0efd6c6c7dd8572dfaa1394d36f /ui/Makefile.common
parent77f1ed0f9364adb75ad60c53618a3ccb9f4a6db0 (diff)
Add TCP sequence number (Stevens-style) graphs.
Add the QCustomPlot widget. Thanks to Emanuel Eichhammer for granting a license change. Move some common code from ui/gtk/tcp_graph.c to ui/tap-tcp-stream.[ch]. Get rid of tcp_graph_selected_packet_enabled(). It was only used in the menu code and didn't match what we were doing elsewhere. Still quite a bit of work to do but it's a promising start. svn path=/trunk/; revision=51538
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index a0c156c90a..6246cdceb3 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -59,6 +59,7 @@ WIRESHARK_UI_SRC = \
ssl_key_export.c \
tap-megaco-common.c \
tap-rtp-common.c \
+ tap-tcp-stream.c \
text_import.c \
time_shift.c \
util.c
@@ -83,6 +84,7 @@ noinst_HEADERS = \
ssl_key_export.h \
tap-megaco-common.h \
tap-rtp-common.h \
+ tap-tcp-stream.h \
text_import.h \
text_import_scanner.h \
time_shift.h \