From 1a4033b63b1efa75b3d914b9f4d280e8159f0d09 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 24 Oct 2013 22:52:30 +0000 Subject: Initial and woefully incomplete flow graph support. Copy common code from ui/gtk/flow_graph.c and ui/gtk/graph_analysis.[ch] to ui/tap-sequence-analysis.[ch]. Start using the name "sequence" in places. svn path=/trunk/; revision=52824 --- ui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/CMakeLists.txt') diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index 73375a3654..d7aad7d95b 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -39,6 +39,7 @@ set(COMMON_UI_SRC software_update.c tap-megaco-common.c tap-rtp-common.c + tap-sequence-analysis.c tap-tcp-stream.c text_import.c time_shift.c -- cgit v1.2.1